mention key generation
This commit is contained in:
parent
5a04557085
commit
2364fa3b97
|
@ -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`
|
Loading…
Reference in New Issue