We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d642bcf commit e7b6da7Copy full SHA for e7b6da7
template-component/README.md
@@ -18,9 +18,10 @@ npm i
18
npm run dev
19
```
20
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.
+`npm i` will do the install and an initial build.
+`npm run dev` will start a file watcher to re-build the component, as well as
+the example project frontend and backend, which does codegen and installs the
24
+component.
25
26
Modify the schema and index files in src/component/ to define your component.
27
0 commit comments