Commit 99b0936
fix(cli): add missing getting started instructions to README (#793)
* docs: add missing getting started instructions to README
* docs: port README improvements to template-generator
- Improve Convex + Clerk setup instructions with better formatting
- Add environment variable copy instructions
- Add Git Hooks and Formatting section to README
- Simplify deployment command labels (remove Web/Server prefix)
- Remove old create-readme.ts file (logic moved to template-generator)
* fix: correct Convex env vars instruction placement
The environment variable copy instruction should appear for ALL Convex
projects, not just those with Clerk auth. Moved it outside the Clerk
conditional block.
---------
Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>1 parent 9595109 commit 99b0936
File tree
2 files changed
+46
-13
lines changed- packages/template-generator/src/processors
2 files changed
+46
-13
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 44 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
| |||
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
| 95 | + | |
87 | 96 | | |
88 | 97 | | |
89 | 98 | | |
| |||
492 | 501 | | |
493 | 502 | | |
494 | 503 | | |
495 | | - | |
496 | | - | |
497 | | - | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
498 | 507 | | |
499 | 508 | | |
500 | 509 | | |
501 | 510 | | |
502 | 511 | | |
503 | | - | |
504 | | - | |
505 | | - | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
506 | 515 | | |
507 | 516 | | |
508 | 517 | | |
| |||
521 | 530 | | |
522 | 531 | | |
523 | 532 | | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
0 commit comments