This is a chess GUI + backend that serves as both an example Tauri app, and a challenge for chess enthusiasts.
Made with:
- Rust (backend),
- Svelte (frontend),
- also using Tauri and Flowbite (UI library).
- Clone this repo to a directory of your choice.
- Run these commands from inside the
rusty_chess_ui
directory if using npm (or equivalent commands of other package managers, e.g. pnpm).:
npm install
npm run tauri dev