Open
Description
Which project does this relate to?
Create Tanstack App
Describe the bug
Document how to create and maintain starters.
- To create a starter, build an application using the file-router, tailwind, and whatever add-ons you want.
- Make any modifications you want.
- Run
pnpx create-tsrouter-app@latest starter init
to create the starter. - Run
pnpx create-tsrouter-app@latest starter compile
to compile the starter if you have made further modifications. - Post the project to github
To use the starter during application creation use the UI: pnpx create-tsrouter-app@latest --ui
Then click on the Set Starter button and give it the URL of the starter.json
file (probably on GitHub).
Also there should be information on how to add a banner graphic (which is probably just a screenshot of the starter site.)
Your Example Website or App
https://github.com/TanStack/create-tsrouter-app
Steps to Reproduce the Bug or Issue
- Go to https://github.com/TanStack/create-tsrouter-app
- Notice there are no docs on how to create starters
Expected behavior
That there be some good docs for this feature.
Screenshots or Videos
No response
Platform
- OS: [e.g. macOS, Windows, Linux]
- Browser: [e.g. Chrome, Safari, Firefox]
- Version: [e.g. 91.1]
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels