#Access the live app here : https://note-goal.vercel.app/
The project uses VITE to create a Typescript project
#To run the project on local:
- Fork and Clone
- npm install // to install all the dependencies
- npm run dev // to run it in your local dev environment
#For production:
- Fork and Clone
- npm install // to install all the dependencies
- npm run build //
- npm run preview // to preview production version