[i18n-ignore] fix: add missing dev:setup command to getting started guide (#2598)

This commit is contained in:
Maciej Bartczak
2024-08-26 21:09:37 +02:00
committed by GitHub
parent bfac001aee
commit 9bc53cab53

View File

@@ -16,7 +16,7 @@ Reach out to us on [Discord](https://discord.com/invite/tauri) on the [`#docs` c
## Getting Started
1. Clone this repo
2. Run `pnpm i`
2. Run `pnpm i && pnpm dev:setup`
3. Run `pnpm dev` to start the local server
### Gitpod