Personal website - https://davidsandoz.ch
Made with Nuxt 3.
Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewThe website is hosted on statichost.eu.
When pushing to the main branch, a webhook is called to tell statichost.eu to fetch the latest state, build and deploy.
Deployment config is in the file statichost.yml.