updated readme
This commit is contained in:
parent
d42990db29
commit
287691b2ad
18
README.md
18
README.md
@ -1,15 +1,17 @@
|
|||||||
# My Website - [ngn13.fun](https://ngn13.fun)
|
# My Website | [ngn13.fun](https://ngn13.fun)
|
||||||
|
|
||||||
This repo contains the source code of my personal website.
|
This repo contains the source code of my personal website.
|
||||||
It's written NuxtJS and supports full SSR. As database,
|
It's written NuxtJS and supports full SSR. As database,
|
||||||
it uses mongodb.
|
it uses mongodb. It's just a personal project that
|
||||||
|
I am working on.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
For some reason if you want to setup my website localy
|
||||||
```
|
install `nodejs` and `npm`, then run the following:
|
||||||
git clone https://github.com/ngn13/ngn13.fun.git
|
```bash
|
||||||
cd ngn13.fun && npm i
|
git clone https://github.com/ngn13/ngn13.fun.git && cd ngn13.fun &&
|
||||||
echo "password" > .env
|
npm i
|
||||||
|
echo "PASS=password" > .env
|
||||||
|
echo "DATABASE=mongodb://127.0.0.1" > .env
|
||||||
npm run build
|
npm run build
|
||||||
npm run start
|
npm run start
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user