2023-08-21 08:23:11 +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
|
2023-08-20 00:57:35 +03:00
|
|
|
|
2023-08-21 08:23:11 +03:00
|
|
|
## development setup
|
2023-08-20 00:57:35 +03:00
|
|
|
```bash
|
2023-08-21 08:23:11 +03:00
|
|
|
git clone https://github.com/ngn13/ngn13.fun && cd ngn13.fun
|
|
|
|
npm i
|
2023-08-20 00:57:35 +03:00
|
|
|
npm run dev
|
|
|
|
```
|
|
|
|
|
2023-08-21 08:23:11 +03:00
|
|
|
## build setup
|
2023-07-03 17:51:40 +03:00
|
|
|
```bash
|
2023-08-21 08:23:11 +03:00
|
|
|
git clone https://github.com/ngn13/ngn13.fun && cd ngn13.fun
|
|
|
|
npm i
|
2023-04-16 20:12:24 +03:00
|
|
|
npm run build
|
2023-04-16 20:20:13 +03:00
|
|
|
```
|
2023-08-20 00:57:35 +03:00
|
|
|
|
2023-08-21 08:23:11 +03:00
|
|
|
## 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)
|