How to run it locally:
- Clone this repository
- Enter in the folder
- Terminal: npm install
- Optionally set the environment variable 'PORT' to change it from 4080.
- Terminal: $env:PORT=4800
- Terminal: npm start
The interface will be served on http://localhost:4080
Note: Previously, this would have been hosted on PORT 3000, but will conflict with the 'one-record-first-steps' docker deployment for NE:ONE View also reserving the same PORT.