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