| .vscode | ||
| public | ||
| src | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.mjs | ||
- Node v20.10.0
Installation
-
Clone the repository:
git clone https://git.point-dev.net/Karimaldeen/Quiz_dashboard.gitcd school-dashboard -
Install dependencies:
pnpm i
Usage
Start the development server:
pnpm start