From 287691b2ade1a7fbd7a8ad2b926798b496bd7f5b Mon Sep 17 00:00:00 2001 From: ngn <78868991+ngn13@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:51:40 +0300 Subject: [PATCH] updated readme --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d285246..b458088 100644 --- a/README.md +++ b/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. 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 - -``` -git clone https://github.com/ngn13/ngn13.fun.git -cd ngn13.fun && npm i -echo "password" > .env +For some reason if you want to setup my website localy +install `nodejs` and `npm`, then run the following: +```bash +git clone https://github.com/ngn13/ngn13.fun.git && cd ngn13.fun && +npm i +echo "PASS=password" > .env +echo "DATABASE=mongodb://127.0.0.1" > .env npm run build npm run start ```