- Notifications
You must be signed in to change notification settings - Fork215
The marketing and docs site for all TanStack projects
TanStack/tanstack.com
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This site is built with TanStack Router!
It's deployed automagically with Netlify!
From your terminal:
pnpm installpnpm dev
This starts your app in development mode, rebuilding assets on file changes.
The documentations for all TanStack projects except forReact Charts
are hosted onhttps://tanstack.com, powered by this TanStack Router app.In production, the markdown doc pages are fetched from the GitHub repos of the projects, but in development they are read from the local file system.
Follow these steps if you want to edit the doc pages of a project (in these steps we'll assume it'sTanStack/form
) and preview them locally :
- Create a new directory called
tanstack
.
mkdir tanstack
- Enter the directory and clone this repo and the repo of the project there.
cd tanstackgit clone git@github.com:TanStack/tanstack.com.gitgit clone git@github.com:TanStack/form.git
Note
Yourtanstack
directory should look like this:
tanstack/ | +-- form/ | +-- tanstack.com/
Warning
Make sure the name of the directory in your local file system matches the name of the project's repo. For example,tanstack/form
must be cloned intoform
(this is the default) instead ofsome-other-name
, because that way, the doc pages won't be found.
- Enter the
tanstack/tanstack.com
directory, install the dependencies and run the app in dev mode:
cd tanstack.compnpm i# The app will run on https://localhost:3000 by defaultpnpm dev
- Now you can visithttp://localhost:3000/form/latest/docs/overview in the browser and see the changes you make in
tanstack/form/docs
.
Note
The updated pages need to be manually reloaded in the browser.
Warning
You will need to update thedocs/config.json
file (in the project's repo) if you add a new doc page!
About
The marketing and docs site for all TanStack projects
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.