Skip to content

Commit

Permalink
docs: update readme (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 authored Jan 30, 2023
1 parent 338b241 commit 9306b95
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ that goal. See [`HOWTO_migrate-from-moveon-main.md`](./docs/HOWTO_migrate-from-m

Prerequisites:

- Node (>= 16.14) -- See [How to Install Node](https://nodejs.dev/learn/how-to-install-nodejs)
- Node (^16.14) -- See [How to Install Node](https://nodejs.dev/learn/how-to-install-nodejs)
- Yarn (>= 1.19.1) -- See [Installing Yarn](https://classic.yarnpkg.com/en/docs/install)
- Postgres (>= 11) -- See [install](https://postgresql.org/download) and [start](https://www.postgresql.org/docs/current/server-start.html) documentation

Expand Down Expand Up @@ -47,13 +47,19 @@ Create the `spokedev` database (if it doesn't yet exist)
psql -c "create database spokedev;"
```

Run the migrations
Run the migrations:

```sh
yarn migrate:worker
yarn knex migrate:latest
```

Run codegen:

```sh
yarn codegen
```

Run in development mode:

```sh
Expand Down

0 comments on commit 9306b95

Please sign in to comment.