Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 365 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 365 Bytes

Crawdad

Chess in the browser, via Rust and WASM

This is a work in progress.

Running locally

Requirements:

  • rust, cargo installed
  • wasm-pack installed
  • Some sort of local dev server
wasm-pack build --target web
cd client
<your_local_dev_server_of_choice_cmd> // JS module import rejected due to CORS in most browsers if html opened as a file