Clone the repo
Run npm install
in the project directory
Create .env file in the root with the following values (replace empty strings with values from an administrator)
SENDGRID_API_KEY=""
DATABASE_URL=""
discord_client=""
discord_secret=""
discord_botToken=""
environment="development"
Run npm start