user_active_games

[!IMPORTANT]
This repository is read-only / archived and will not recieve updates.

Typedoc Documentation Website

Developer Setup

  1. Get the .env file from the MSB building next to the water fountain.
  2. Install Docker on your machine. Tutorial is linked below:
    Docker Tutorial
  3. Once docker is installed, the Mongo image can be run with this command:
    Note use sudo on Linux/Mac
npm run docker
  1. The app can then be run with the command:
npm run start
  1. Integration tests can be run when the app is running with this command:
npm run test:integration

Generated using TypeDoc