Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
This is just a minor improvement in clarity.
  • Loading branch information
AdamLearns committed Aug 1, 2024
1 parent c14a452 commit 73eaaf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ This code is publicly viewable, but it isn't exactly "open-source":
- Get a Twitch access token: `NODE_ENV=development pnpm tsx packages/bots/src/get-tokens.ts`
- Follow the instructions that it outputs

### Running Docker images locally

Just run the `pnpm` script from the root `package.json`, e.g. `pnpm run docker:web`.

## Typical development flow
### Typical development flow

- Start everything up:
- Go to root
Expand All @@ -38,6 +34,10 @@ Just run the `pnpm` script from the root `package.json`, e.g. `pnpm run docker:w
- `pnpm run watch`
- Go to the web interface or the test channel to try things out

### Running Docker images locally

Just run the `pnpm` script from the root `package.json`, e.g. `pnpm run docker:web`.

## Linting/correctness

- `pnpm run lint` (optionally with `--fix` at the end)
Expand Down

0 comments on commit 73eaaf6

Please sign in to comment.