kizuren.dev/README.md
2025-03-22 01:49:59 +01:00

38 lines
No EOL
490 B
Markdown

# MarcUs7i.Net
marcus7i.net © 2025 by MarcUs7i is licensed under CC BY-NC 4.0
This is the source code for [marcus7i.net](https://marcus7i.net)
## Setup
Make sure to install dependencies:
```bash
# npm
npm install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```
## Production
Build the application for production:
```bash
# npm
npm run build
```
Locally preview production build:
```bash
# npm
npm run preview
```