Skip to content
Snippets Groups Projects
Commit 91e05649 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

add indexer start to readme

parent af453e6c
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,10 @@ source .env.sh ...@@ -61,8 +61,10 @@ source .env.sh
And start what you want (indexer, dev tool, c+ import...) And start what you want (indexer, dev tool, c+ import...)
```sh ```sh
# run dev tool app # run dev tool app (unmaintained)
pnpm dev pnpm dev
# run datapod indexer
pnpm start
# run given script # run given script
pnpm exec tsx ./src/script/hello.ts pnpm exec tsx ./src/script/hello.ts
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment