Vite is used to set up a project. If you clone this project to your local computer, enter these commands to run to the project.
Install Node library
npm install
Start the project
npm run dev
npm run build