Here is the source code for the chrome extension!
Check out the extra .json themes for HypeChess here
Lichess is an amazing platform that has more than just the ability to play chess, and all for free. We made a custom client for lichess.
- Run
npm installto get all packages - Run
npm run watchto have webpack start watching your files. All output files will be built in./dist - As an alternative, you can use
npm run buildfor a one-shot build - That's pretty much it :)