Go to file
2024-08-07 14:47:50 +03:00
.vscode
public remove file 2024-08-07 14:47:50 +03:00
src remove file 2024-08-07 14:47:50 +03:00
.gitignore
bundle-analysis.html remove file 2024-08-07 14:47:50 +03:00
index.html
package.json remove file 2024-08-07 14:47:50 +03:00
pnpm-lock.yaml
README.md
school-dashboard-exercise.zip remove file 2024-08-07 14:47:50 +03:00
tsconfig.json
vite.config.mjs remove file 2024-08-07 14:47:50 +03:00

  • Node v20.10.0

Installation

  1. Clone the repository:

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

    pnpm i
    

Usage

Start the development server:


pnpm start