Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 342 Bytes

StudyNotion

How to run the project ?

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