To run the project use following steps:
- Clone the repository
[email protected]:ShubhamKH08/studyNotion.git
- Navigate to project directory with
cd your-project-dir-name
- Run
npm install -g vite
- Run
npm install vite --save-dev
- To start the server, run
npm run dev