Web-based multiplayer chess
|
||
---|---|---|
examples | ||
src | ||
src-web | ||
static | ||
tests | ||
.drone.yml | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
index.html | ||
Makefile.toml | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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, pnpm and 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