https://github.com/dxrcy/chess
bad.
https://github.com/dxrcy/chess
Last synced: 3 months ago
JSON representation
bad.
- Host: GitHub
- URL: https://github.com/dxrcy/chess
- Owner: dxrcy
- Created: 2023-08-20T04:27:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T22:50:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T08:37:16.406Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 104 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess
Made with WASM in Rust.
[See live here](https://darccyy.github.io/chess)
# Usage
Run for development:
```sh
just install-dev
just serve
```Build for production:
```sh
just install
just build
```