Skip to content

Scorpibear/game-insights

Repository files navigation

Game Insights

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.

Build Status Coverage Status

To test

Open https://scorpibear.github.io/game-insights/

To run locally

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

To contribute

  1. Assign an issue of your choice.
  2. Fork repository.
  3. Implement the feature, covering with unit tests all new and modified code at least by 90% (100% diff coverage is recommended, where possible).
  4. Create pull request, address any found issues.
  5. Make sure it is merged to main(master) branch and issue is closed.