Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 579 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 579 Bytes

Read Me

1- Make a clone of repository by clicking code button (in green color) using HTTPS link.
2- change directory to vite-project.
3- Install all the dependencies forcefully using npm install --force command.
4- Now you can start project using npm run start or npm run dev.
5- to make build for project use npm run build command and build folder will be named as dist.
6- Most Important: Please install the cors unblock extension to use our sign langauge functionality for now.

Requirements:

1- Node.js should be installed in you PC.