This project provides a dashboard to manage cs2 kz api.
Before starting the frontend, make sure you have set up the api.
Change VITE_API_URL
to the api url in .env
.
Install dependencies:
npm i
Run the app in dev mode:
npm run dev
Once it starts, you can access the app through 127.0.0.1
.