Created at HackGT.
- First ensure you have nodemon installed on your system globally
- Clone and
cdinto the repo - Install dependencies using
npm install - Duplicate
.env.example, remove the.examplepart from the name and fill in the API keys - Start the server using
npm start