Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 451 Bytes

UWP Community Backend

Setting up a development environment

  1. Clone the repo

  2. Run npm install in the project directory

  3. 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"
    
  4. Run npm start