first commit

This commit is contained in:
ngn
2023-04-16 20:12:24 +03:00
commit 15d5df3227
27 changed files with 27478 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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
```