This project uses Wails, SvelteKit, and shadcn-svelte
Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/jadenhills/wails-sveltekit-shadcn-boilerplate.git your-project
cd your-project
cd frontend
npm install
Start the app in the dev
environment:
wails dev
Ensure you are in the frontend directory
cd frontend
npx shadcn-svelte@latest add <component-name>
To package apps for the local platform:
wails build