website/README.md

16 lines
320 B
Markdown
Raw Normal View History

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