WD stands for whatever you want it to stand for
Behold, in all of its glory:
Dark mode (adaptive to system settings):
Once you've installed dependencies with pnpm install
, start a development server:
pnpm run tauri dev
To create a production version of your app:
pnpm run tauri build
You can preview the production build with pnpm run preview
.