diff --git a/README.md b/README.md index a91142e..c07d6a7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This is a rewrite of my current website to Express.JS. # Running an instance +First, [generate the app key](#generate-the-key). + ### Debug ```bash cp .env.example .env @@ -25,4 +27,8 @@ Also dont forget to build the [resume app](#build-the-resume) ## Build the resume cd to `react/resume` and run `build.sh`. -If you are running in debug mode, run `yarn/npm start` \ No newline at end of file +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` \ No newline at end of file