Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:5173
(but check console because it can change):
# npm
npm run develop
Build the application for production:
# npm
npm run build
Locally preview production build:
# npm
npm run preview
Builds and deploys to github pages (via action) on push to master.