chs/README.md
Ashhhleyyy 1f5bbae8a9
Some checks failed
continuous-integration/drone/push Build is failing
feat: add CI
2022-11-02 14:48:36 +00:00

12 lines
500 B
Markdown

# chs
A simple multiplayer chess game.
## Running yourself
My CI builds images for `aarch64` (not `amd64`/`x86_64` unfortunately), but you can build your own binary fairly easily.
- Install [Rust](https://rust-lang.org/), [pnpm](https://pnpm.io) and [cargo-make](https://crates.io/crates/cargo-make).
- Run `pnpm install` to download the frontend dependences
- Run `cargo make build-release` to build an executable with the frontend bundled
- The resulting binary will be in `target/release/chs`