The Console website. Built using Next.js.
npm ci
Create a new .env
file in the root and copy the contents of .env-example
into it. Fill out the appropriate secret values.
npx next dev
Navigate to http://localhost:3000.
Replace XXX.XXX.X.X
with your local machine IP:
npx next dev -H XXX.XXX.X.
Navigate to http://XXX.XXX.X.X:3000.