Some web UIs for the Lichess API
pnpm install
pnpm devpnpm build
pnpm previewpnpm test
## or
pnpm test:watch# run prettier
pnpm format
# check typescript
pnpm tscOpen 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.