To run the project, you need npm.
- Run
npm ci --force
to install all required packages (only once or after updates). Due toreact-split-pane
we currently have to use force. - Run
npm start
to start the server - Open the URL shown in the logfile (probably something like http://localhost:8080/)
- Work, work, work! :D