Skip to content
Austin edited this page Aug 5, 2022 · 2 revisions

Installation

clone the repo

git clone https://github.com/Brazil-0034/Encrypted-Blog

cd into directory

cd Encrypted-Blog

create a .env

nano .env

and put a passkey inside it, example:

PASSWORD="password"

then run it locally

node server.js

and visit the port (default is 3000)

https://localhost:80

Clone this wiki locally