FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Tanstack-Router-/CONTRIBUTING.md at main · evdeveloper/Tanstack-Router- · GitHub
evdeveloper
/
Tanstack-Router-
Public
forked from
TanStack/router
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Tanstack-Router-
/
CONTRIBUTING.md
Copy path
More file actions
More file actions
Latest commit
History
History
History
25 lines (24 loc) · 989 Bytes
Breadcrumbs
Tanstack-Router-
/
CONTRIBUTING.md
Copy path
File metadata and controls
25 lines (24 loc) · 989 Bytes
Raw
Copy raw file
Download raw file
Edit and raw actions
Contributing
Clone the repo
gh repo clone TanStack/router
Ensure node is installed
https://nodejs.org/en/
Ensure pnpm is installed
https://pnpm.io/installation
Why? We use pnpm to manage workspace dependencies. It's easily the best monorepo/workspace experience available as of when this was written.
Install dependencies
pnpm install
This installs dependencies for all of the packages in the monorepo, even examples!
Dependencies inside of the packages and examples are automatically linked together as local/dynamic dependencies.
Run the build or dev watcher
pnpm build or
pnpm dev
Navigate to an example
cd examples/react/basic
Run the example
pnpm dev
Make changes to the code
If you ran pnpm dev the dev watcher will automatically rebuild the code that has changed
Changes to the docs
Be sure that internal links are written always relative to docs folder. E.g. ./guide/data-loading
Back
|
FazBrowse Home
|
New Git URL