From 2364fa3b97b70ed1e9ca6736d725d462ceed63dc Mon Sep 17 00:00:00 2001 From: b1ek Date: Sun, 12 Mar 2023 00:42:36 +1000 Subject: [PATCH] mention key generation --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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