mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
610 B
610 B
Contributing
Want to contribute to docs? Here's how you can get started:
- Clone this repo
- Run
pnpm i - Run
pnpm devto start the local server - Visit
http://localhost:3000/contribute/to get started 🥳
Reach out to us on Discord on the #dev-documentation channel if you have any questions!
Previewing API References
If you'd like to view the API references locally then you must run pnpm dev:setup before pnpm dev to initialize all of the submodules.
Now you should have the http://localhost:3000/2/reference/ routes available for preview.