Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 772 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 772 Bytes

rusty-chess-wasm

This is a wasm playground for the game of chess written in Rust. It is a work in progress and contains the wasm interface for playing the game.

Installation

You need to have cargo installed. You can install it by following the instructions on the rust-lang page.

Additionally, you need to have wasm-pack installed. You can install it by following the instructions on the wasm-pack page.

At last you need to have pnpm installed. You can install it by following the instructions on the pnpm page.

Then simply run:

pnpm install
pnpm serve

To statically build the project, run:

pnpm build