diff --git a/README.md b/README.md index db9a9d8..2ef4963 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,23 @@ curiousroamers' blog # Installation -You need a postgresql databased called curiousroamers setup, -You have to specify : +You need a postgresql databased called curiousroamers setup + +You have to specify in the .env file : - SESSION_SECRET - ACCESS_TOKEN_SECRET - DATABASE_PASSWORD -in the .env file -npm install -npm run build -npm start + +Then : +```npm install``` +```npm run build``` +```npm start``` If you wanna create an admin you gotta create a new UniqueLink row in the -uniquelink table, Then go to localhost:3000/admin/signup/:uuid (:uuid being the +uniquelink table, then go to localhost:3000/admin/signup/:uuid (:uuid being the UniqueLink row's uuid) to create an account. -The admin page is not very pretty at the moment cause it is not done. +The admin page is not very pretty at the moment cause it's frontend ain't done. I have a project of transforming this website into a simple blog CMS.