See OutOfContext.party for more info!
- Clone Repo
npm install
- Leave
npm run watch
running to rebuild the frontend. - Leave
npm start
running for the backend, restart when server changes are made. - Use Lobby
devaaaa
for development - Open
localhost:8080
in browser
- Setup your
docker-compose.yml
- Run
export MODE=production; npm run build
to build production frontend docker-compose up -d
to start containersgit pull && npm i && npm run update
to update, will kill running gamesdocker-compose kill && docker-compose rm -f
to stop containers- Setup nginx based on the
nginx.conf
(no ssl) ornginx.letsencrypt.conf
Follow nginx instructions on certbot