Skip to content

lichess-org/chessground-examples

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.