Game Insights provides you with the insights about your games played at lichess.org/chess.com based on the modern (and runtime!) opening theory, helping you to get advantage in each game you played from the first moves.
Open https://scorpibear.github.io/game-insights/
Make sure node.js and git are installed, install if not yet. Then open console and run the following commands:
git clone https://github.com/Scorpibear/game-insights.git
cd game-insights
npm install
npm run dev
follow the link in console to open it in a browser
- Assign an issue of your choice.
- Fork repository.
- Implement the feature, covering with unit tests all new and modified code at least by 90% (100% diff coverage is recommended, where possible).
- Create pull request, address any found issues.
- Make sure it is merged to main(master) branch and issue is closed.