Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr authored Oct 19, 2024
1 parent 0359df7 commit 97fdfa4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ In a new directory, clone the repo using:

```git clone https://github.com/hasura/ndc-duckdb```

Install npm packages, go into the `ndc-duckdb` repo and run:

```npm install```

### Run the Introspection

If you are working with a local database file, place the file in the root of the ndc-duckdb directory.
Expand Down Expand Up @@ -55,4 +59,4 @@ Do a local supergraph build:

Mutations and Queries will now be issued against your locally running connector instance.

Depending on the changes made to the connector, you may need to re-generate the config. The best way to do this is to regenerate the config locally then move that config into the supergraph.
Depending on the changes made to the connector, you may need to re-generate the config. The best way to do this is to regenerate the config locally then move that config into the supergraph.

0 comments on commit 97fdfa4

Please sign in to comment.