dgf-prototype/backend/README.md

379 B

Setup

  1. Prepare the environment variables

     cp .env.example .env
    
  2. Install packages so that we can run the login script (next command)

     npm install
    
  3. Run the login script

     npm run login
    
  4. Edit .env to include the MATRIX_AUTH_TOKEN output from the previous command

  5. Build and start the docker container

     docker compose up -d --build