Back-end and web client of the main Hotplate site.
To get started contibuting:
- Clone the repository
- Change into the repository directory
- Run 'yarn installDeps'
- Copy the .env.example file to .env, and update the values to something of your choosing
- Run 'yarn run dev' to start a local dev server
- Browse to http://localhost:3000, if it doesn't open automatically