fixing some errors

This commit is contained in:
ngn
2023-06-18 18:09:03 +03:00
parent 41d2da598b
commit 870c59df04
7 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,13 @@
# 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.
It's written NuxtJS and supports full SSR. As database,
it uses mongodb.
## Setup
```
git clone https://github.com/ngn13/ngn13.fun.git
cd ngn13.fun && npm i
echo "password" > pass
echo "password" > .env
npm run build
npm run start
```