Status Landing Page for Sandbox Environments
The list of projects to display is defined in server/data.json
.
On the server, create a new container with image ghcr.io/ietf-tools/sandbox-status:latest
and bind /var/run/docker.sock
from the host to the same path inside the container.
The app listens on port 3000
by default.
Run in dev mode:
cd server
yarn
yarn dev
Run in production mode:
node index.js
Run in dev mode:
cd client
yarn
yarn dev
Build for production:
yarn build