Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 263 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 263 Bytes

Draughts

It is a classic draught game wth Front in Svelte and back in Rust

Front

Start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building:

npm run build