A React-based operational dashboard for AKI gold mining operations, featuring real-time gold price monitoring, financial analytics, risk management, team overview, and transaction tracking.
Make sure you have the following installed on your machine:
- Node.js (v18 or higher) — Download here
- npm (comes bundled with Node.js)
To verify your installation, run:
node -v
npm -v-
Clone the repository
git clone git@github.com:sangagerard/aki-dashboard.git cd aki-dashboard -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open in your browser
Navigate to http://localhost:5173
npm run buildThe output will be in the dist/ directory. You can preview the production build with:
npm run preview- React — UI framework
- Vite — Build tool and dev server
- Recharts — Charting library
- Lucide React — Icons