Some web UIs for the Lichess API
pnpm install
pnpm dev
pnpm build
pnpm preview
pnpm test
## or
pnpm test:watch
# run prettier
pnpm format
# check typescript
pnpm tsc
Open the browser console and run:
localStorage.setItem('lichessHost', 'http://localhost:8080');
localStorage.setItem('lichessHost', 'https://lichess.dev');
Modify the CSP meta tag in index.html
to include that domain.
Refresh and verify the configuration value in the footer.
To reset back to prod default, log out and it will clear localStorage.