mention key generation

This commit is contained in:
b1ek 2023-03-12 00:42:36 +10:00
parent 5a04557085
commit 2364fa3b97
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,8 @@ This is a rewrite of my current website to Express.JS.
# Running an instance # Running an instance
First, [generate the app key](#generate-the-key).
### Debug ### Debug
```bash ```bash
cp .env.example .env cp .env.example .env
@ -25,4 +27,8 @@ Also dont forget to build the [resume app](#build-the-resume)
## Build the resume ## Build the resume
cd to `react/resume` and run `build.sh`. cd to `react/resume` and run `build.sh`.
If you are running in debug mode, run `yarn/npm start` If you are running in debug mode, run `yarn/npm start`
## Generate the key
Install node modules in following directories: `.`, `./scripts`
Then, cd to root and run `node scripts/generate_key.js`