Files
archived-tauri-docs/CONTRIBUTING.md
Lorenzo Lewis 5dd51b42c0 optimize local build workflow
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
2023-08-01 16:39:01 +01:00

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.