Fork game is a project to keep track of the standings of the fork game.
- Clone the repository. Run
npm i
to install dependences, then runnpm start
At this point, don't run
npm run dev
, because concurrently doesn't allow terminal input then.
- Follow the instructions as prompted. Use a Dalton username and password to sign in.
- Once setup is complete, press ctrl + c to terminate the process, then run
npm run dev
to start the development server
The development server watches the static files for changes, while the production server does not.
Setup the application how you normally would for a node.js production application. If you cannot enter text into the command line on the production server, you can upload the storage.db
file from another computer.