mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Homepage of kizuren.dev
https://kizuren.dev
| pages | ||
| public | ||
| server | ||
| .gitignore | ||
| app.vue | ||
| eslint.config.mjs | ||
| LICENSE | ||
| nuxt.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
MarcUs7i.Net
marcus7i.net © 2025 by MarcUs7i is licensed under CC BY-NC 4.0 This is the source code for marcus7i.net
Setup
Make sure to install dependencies:
# npm
npm install
Development Server
Start the development server on http://localhost:3000:
# npm
npm run dev
Production
Build the application for production:
# npm
npm run build
Locally preview production build:
# npm
npm run preview