Please read the below instructions carefully. Complete all the steps sequentially.
-
FORK this repo to your own GitHub account. DON'T CLONE THIS REPO. Fork button is the top right corner of the GitHub page.
-
Clone the FORKED repo to your local machine.
-
Open the project folder in VS Code
-
Install the recommended plugins
- EditorConfig
- ESLint
- Prettier
- or open
.vscode/extensions.json
to see the list of recommended plugins and install them manually
-
Install
node_modules
usingnpm
oryarn
orpnpm
.npm install
OR
yarn install
OR
pnpm install
-
Run
npm run dev
oryarn dev
to run the project. -
Project will start at http://localhost:5173
If you are on Windows and getting lot of ESLint errors due end of line characters CRLF please run the below command to fix it.
npm run format
NOTE: If you face issue installing with
npm
trying usingyarn v1.22.*
In case of any queries feel free to contact us