website/README.md

13 lines
288 B
Markdown
Raw Normal View History

2023-04-16 20:12:24 +03:00
# My Website - [ngn13.fun](https://ngn13.fun)
This repo contains the source code of my personal website.
It's written NuxtJS and supports full SSR.
## Setup
```
2023-04-16 20:20:13 +03:00
git clone https://github.com/ngn13/ngn13.fun.git
cd ngn13.fun && npm i
2023-04-16 20:12:24 +03:00
echo "password" > pass
npm run build
npm run start
2023-04-16 20:20:13 +03:00
```