This is an attempt to have a simple demo and playground for Fairy-Stockfish in the browser, using its WebAssembly port, its ffish.js library, and the graphical chessgroundx library. It is based on the demo for Fairy-Stockfish WASM and ffish-test.
You can see it deployed at: https://fairyground.vercel.app/
Install dependencies
npm install
Bundle javascript
# One time use
npm run build
# or, continuously run in background and watch for changes
npm run watch-build
Start server
npm run serve
Then, browse to http://localhost:5000
Enjoy!
See COPYING.md