12 lines
289 B
Markdown
12 lines
289 B
Markdown
|
# 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
|
||
|
```
|
||
|
git clone https://github.com/ngn13/my-website.git
|
||
|
cd my-website && npm i
|
||
|
echo "password" > pass
|
||
|
npm run build
|
||
|
npm run start
|
||
|
```
|