From 6fe9dc55992178997b84ebeb1c7d310f7cc0ae8e Mon Sep 17 00:00:00 2001 From: ScriptSmith Date: Wed, 4 Oct 2023 12:20:37 +1000 Subject: [PATCH] Update build instructions --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be606df..699ebc5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ git config blame.ignoreRevsFile .git-blame-ignore-revs ## Manual deployment instructions +``` +cd api +npm install +``` + +``` +cd frontend +yarn install +mkdir -p out +``` + ``` cd deployment npm install @@ -87,7 +98,6 @@ aws cloudformation describe-stacks --stack-name $STACK_NAME --query "Stacks[0].O From the top-level `frontend` directory: ``` -yarn install yarn build ```