Willkommen 👋 In diesem Repo findest du den Source-Code für meine persönliche Website.
Die Website wurde mit Nuxt entwickelt, einem Framework, welches auf Vue.js aufsetzt.
# Install dependencies
npm install
# Start development server on http://localhost:3000
npm run dev
# Build the application for production
npm run build
# Build the application for static hosting services (static site generation)
npx nuxi generate