You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2025. It is now read-only.
@@ -23,6 +23,15 @@ Bring your Capacitor ⚡ apps to the desktop with Tauri! 🖥
23
23
- Please follow your operating systems guide to setup your environment for Tauri development [here](https://tauri.studio/en/docs/getting-started/intro#setting-up-your-environment)
24
24
- You will need a local build of `@capacitor/core` via `npm link` using this [PR](https://github.com/ionic-team/capacitor/pull/4771) until the PR is merged and published in a release.
25
25
26
+
## ⏳ Quickstart (super bare bones for now as the platform is just in alpha)
27
+
0. Create or open a Capacitor initialized web app project. [CAPACITOR DOCS](https://capacitorjs.com/docs)
28
+
1.`npm i @capacitor-community/tauri`
29
+
2.`npx cap add @capacitor-community/tauri`
30
+
3. Edit `APP_ROOT/tauri/src-tauri/tauri.conf.json -> build.devPath` to contain the url of you web app when running in dev mode. For example react app runs on `http://localhost:3000`.
31
+
4. Make sure your web app is running. For example, `npm run start` from the `APP_ROOT`
32
+
5.`npx cap open @capacitor-community/tauri`
33
+
6. You now have your web app running in tauri, right click and select `inspect` to bring up dev tools.
34
+
26
35
## 🛠 Maintainers
27
36
28
37
| Maintainer | GitHub | Social | Sponsoring Company | Primary |
0 commit comments