mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
17 lines
610 B
Markdown
17 lines
610 B
Markdown
# Contributing
|
|
|
|
Want to contribute to docs? Here's how you can get started:
|
|
|
|
1. Clone this repo
|
|
2. Run `pnpm i`
|
|
3. Run `pnpm dev` to start the local server
|
|
4. Visit `http://localhost:3000/contribute/` to get started 🥳
|
|
|
|
Reach out to us on [Discord](https://discord.com/invite/tauri) 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.
|