Get Guardian Dashboard running locally with these easy steps! ✨🛡️
- Node.js (v16 or higher): Download Node.js 📦
- npm (comes with Node.js) 🛠️
- git: Git install instructions 🧑💻
Check if Git is installed:git --version
Open your terminal and run:
git clone https://github.com/Guardians-Stuff/Dashboard.gitcd Dashboardnpm installCopy the example environment file:
cp .env.example .env.localEdit .env.local as needed (add your MongoDB URI and any other required secrets 🔑).
npm run devThis launches the dashboard at http://localhost:3000 by default! 🚀
🥳 You’re all set!
Visit http://localhost:3000 in your browser to use Guardian Dashboard. 🦾🖥️
For production or further deployment, check additional instructions in this README. (coming soon) 🚧