In ./public/data, update a ruleset file
An example:
White,Black,winner | This is the name of the columns Alice,Bob,white | Alice was white, Bob black, and Alice won Bob,Alice,black | Bob was black, Alice white, and Alice won Alice,Bob,tie | Alice was white, Bob black, and they tied
Go to https://chesselo.netlify.com/
Fork on CodeSandbox or run the following commands locally:
# Run dev server
npm run serve
# Run tests
npm test
# Production build
npm run build