Skip to content

Commit e7b6da7

Browse files
committed
update component scripts
1 parent d642bcf commit e7b6da7

File tree

3 files changed

+253
-186
lines changed

3 files changed

+253
-186
lines changed

template-component/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ npm i
1818
npm run dev
1919
```
2020

21-
`setup` will do the install and set up your convex backend (run once).
22-
`dev` will start both a file watcher to re-build the component, as well as run
23-
the example convex project alongside it.
21+
`npm i` will do the install and an initial build.
22+
`npm run dev` will start a file watcher to re-build the component, as well as
23+
the example project frontend and backend, which does codegen and installs the
24+
component.
2425

2526
Modify the schema and index files in src/component/ to define your component.
2627

0 commit comments

Comments
 (0)