website/app/README.md

21 lines
562 B
Markdown
Raw Normal View History

2023-11-12 17:43:23 +03:00
# [ngn13.fun](https://ngn13.fun) | my personal website
This is the frontend application for my personal website, it's written in SvelteKit and vanilla CSS
## development setup
```bash
git clone https://github.com/ngn13/ngn13.fun && cd ngn13.fun
npm i
npm run dev
```
## build setup
```bash
git clone https://github.com/ngn13/ngn13.fun && cd ngn13.fun
npm i
npm run build
```
## license
you cannot publish my website or parts of it on any server/domain without my permission
if you want to do this (for some reason) [contact me](mailto:ngn13proton@proton.me)