Skip to content

Commit

Permalink
chore: better anvil install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 authored Apr 16, 2024
1 parent 8402bf9 commit 37b17c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/anvil/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37b17c1

Please sign in to comment.