A node.js powered front-end server.
Requires Node JS version 14.x or greater. It's recommended that you use the LTS release.
- Clone the repository from github to your machine.
- From the repository root run
npm i
to install dependencies. - Then use
npm start
to start the server. - Point your browser to http://localhost:5000.