Once you checked out the project, you can start developing by running the following commands:
npm install # install dependencies
npm run dev # start the development server
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.