From 37b17c17228ff3c25dc5d5f375293308cc12487e Mon Sep 17 00:00:00 2001 From: James Hilton-Balfe Date: Tue, 16 Apr 2024 19:40:28 +0100 Subject: [PATCH] chore: better anvil install instructions --- apps/anvil/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/anvil/README.md b/apps/anvil/README.md index b85a147..c682949 100644 --- a/apps/anvil/README.md +++ b/apps/anvil/README.md @@ -7,8 +7,15 @@ A [Nest](https://github.com/nestjs/nest) server for Forge's front end. ## Installation +### Prerequisites +1. You need the [1Password CLI](https://developer.1password.com/docs/cli/get-started) and have access to the IT Team Vault. Contact the team lead about that if you don't already have access. +2. You need to install [EdgeDB](https://docs.edgedb.com/get-started/quickstart). + ```bash +$ edgedb project init $ pnpm install +$ pnpm regen +$ pnpm seed ``` ## Running the app