An open API service indexing awesome lists of open source software.

https://github.com/dxrcy/chess

bad.
https://github.com/dxrcy/chess

Last synced: 3 months ago
JSON representation

bad.

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
```