Go to file
2024-09-16 09:36:37 +03:00
.vscode add new page "QuestionBank" 2024-09-14 16:21:57 +03:00
public notification page and error page 2024-09-15 16:13:19 +03:00
src profile page and fixes 2024-09-16 09:36:37 +03:00
.gitignore fix 2024-09-07 12:16:10 +03:00
index.html fix 2024-09-07 12:16:10 +03:00
package-lock.json student package page,add filter for all dash pages,and some fixes 2024-09-11 16:47:32 +03:00
package.json FIX PAGE 2024-09-09 16:23:12 +03:00
pnpm-lock.yaml format 2024-09-10 10:20:21 +03:00
README.md fix readme 2024-09-07 12:18:02 +03:00
tsconfig.json fix 2024-09-07 12:16:10 +03:00
vite.config.mjs fix 2024-09-07 12:16:10 +03:00

  • Node v20.10.0

Installation

  1. Clone the repository:

    git clone https://git.point-dev.net/Karimaldeen/Quiz_dashboard.git
    
    cd school-dashboard
    
  2. Install dependencies:

    pnpm i
    

Usage

Start the development server:


pnpm start