Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 466 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 466 Bytes

GamePigeon Word Bites Solver

Netlify Status

Available at https://wordbites.netlify.app

Build

  • cd solver and build the WASM binary: sudo wasm-pack build --target web
  • In the main directory, run python3 -m http.server (or any other command to launch a web server in that directory)
  • Go to localhost:8000!