Dashboard built with NextJS, for the Secure Configuration Guardian!
Startup instructions:
- Run the command
npm installto install dependencies - Run the command
npm run buildto build the production bundle - Run the command
npm startto start the production server - Voila
Development instructions:
- Run
pnpm devornpm run dev(whichever you prefer) to start the development server - In
next.config.js, uncomment the development-specific configuration - Run
npm run buildto verify the build works - Run
npm startto test the production build locally - Voila
A pre-built Docker image for this repo is hosted on Docker Hub
