Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 439 Bytes

Usage examples for lichess' chessground.

pnpm install
pnpm run build (or npm run watch)
pnpm run serve (or any other local http server of your choice)

Then browse http://127.0.0.1:8080

To try out a local chessground, modify package.json to use the local version of chessground:

"dependencies": {
  "chessground": "file:~/chessground",
}

then run pnpm install again.