Dashboard built with NextJS, for the Secure Configuration Guardian!
Startup instructions:
- Run the command
docker compose up - Voila (hopefully)
Development instructions:
- Run
pnpm devto enter nextJS development stage - In next.config.js file, comment out the line
output: "standalone", - Run
npm run buildto test if the build works - Run
npm start - Voila (hopefully)
- Uncomment out the line in step 2 thank you