Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Oct 4, 2023
1 parent 7a2a24e commit 6fe9dc5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 6fe9dc5

Please sign in to comment.