Skip to content

Commit

Permalink
docs: fix steps to setup local environment (#653)
Browse files Browse the repository at this point in the history
* docs: fix steps to setup local environment

* docs: cd to dir before running the commands
  • Loading branch information
PabloCastellano authored Dec 2, 2024
1 parent 025484b commit 394873a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/docs/src/app/docs/running-blobscan-locally/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,18 @@ Configure the [environment variables](/docs/environment) accordingly, including

## Run

Then run the development command:
Run the development command:

```shell
pnpm dev
```

Lastly, create the database schema:
Lastly, apply all database migrations and optionally, add some fixture data:

```shell
pnpm db:generate
cd packages/db
pnpm db:migrate
pnpm db:seed
```

## Metrics aggregation
Expand Down

0 comments on commit 394873a

Please sign in to comment.