# Setup 1. Prepare the environment variables cp .env.example .env 1. Install packages so that we can run the login script (next command) npm install 1. Run the login script npm run login 1. Edit `.env` to include the `MATRIX_AUTH_TOKEN` output from the previous command 1. Build and start the docker container docker compose up -d --build