Replies: 1 comment
-
|
The official way is through the documentation; there's a Svelte section in the Tauri docs. But if you'd rather avoid that uncertain route, you can simply clone the repo, install dependencies, build, and preview. That should be much easier, including for your CPU and memory. git clone https://github.com/huntabyte/shadcn-svelte
cd shadcn-svelte
pnpm install
pnpm build
pnpm preview |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Noob here and I am asking for some very specific things.
I have bad internet, so I need access to the sites offline. I could download the repo and run offline using
pnpm run devbut the node server uses a lot of memory. That's why I had the idea to make the site into a Tauri app which will consume much less ram. I asked chatgpt to give me instructions, but couldn't proceed frompnpm run buildwith various issues and errors.So, I want to know if there's any official or proper way to turn svelte sites into Tauri app.
Beta Was this translation helpful? Give feedback.
All reactions