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