Homepage of kizuren.dev https://kizuren.dev
Find a file
2025-03-23 23:04:02 +01:00
assets Implement everything 2025-03-23 23:04:02 +01:00
components Implement everything 2025-03-23 23:04:02 +01:00
composables Implement everything 2025-03-23 23:04:02 +01:00
content Implement everything 2025-03-23 23:04:02 +01:00
layouts Implement everything 2025-03-23 23:04:02 +01:00
pages Implement everything 2025-03-23 23:04:02 +01:00
public Implement everything 2025-03-23 23:04:02 +01:00
server Implement everything 2025-03-23 23:04:02 +01:00
.gitignore Implement everything 2025-03-23 23:04:02 +01:00
app.vue Implement everything 2025-03-23 23:04:02 +01:00
content.config.ts Implement everything 2025-03-23 23:04:02 +01:00
eslint.config.mjs Project initialization 2025-03-21 23:40:00 +01:00
LICENSE Added LICENSE 2025-03-22 01:45:36 +01:00
nuxt.config.ts Implement everything 2025-03-23 23:04:02 +01:00
package-lock.json Implement everything 2025-03-23 23:04:02 +01:00
package.json Implement everything 2025-03-23 23:04:02 +01:00
README.md Updated README.md 2025-03-22 01:52:18 +01:00
tailwind.config.js Implement everything 2025-03-23 23:04:02 +01:00
tsconfig.json Project initialization 2025-03-21 23:40:00 +01:00

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