Skip to content

davidsandoz/davidsandoz.ch

Repository files navigation

davidsandoz.ch

Netlify Status

Personal website - https://davidsandoz.ch

Made with Nuxt 3.

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Deployment

The website is deployed to Netlify.