-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Austin edited this page Aug 5, 2022
·
2 revisions
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)