Skip to content

ianfab/bookgen-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookgen-wasm

EPD opening book generation in the browser using the WebAssembly port of the Fairy-Stockfish based book generator.

Development

npm install

# Or use a local version of stockfish-nnue.wasm by e.g.
npm install fairy-stockfish-nnue.wasm@../fairy-stockfish-nnue-wasm-v2/src/emscripten/public

# Link node_modules/fairy-stockfish-nnue.wasm to public/lib
npm run link-lib

npm run serve

Deployment

# Copy node_modules/fairy-stockfish-nnue.wasm to public/lib
npm run copy-lib

# Run vercel cli
npm run deploy