A Chess Web App
This project was bootstrapped with Create React App.
Please have these installed on your machine:
All scripts are meant to be run in the directory of the repository.
First, install dependencies:
yarnRun the development server:
yarn startTo make a production build for web:
yarn buildThis repository follows the conventional commits specification for making commits. Please refer to it here.
To commit using commitizen (which follows conventional commits):
yarn commitTo lint code using eslint:
yarn lintTo run tests:
yarn testTo eject the building config from react-scripts:
Note: this is a one-way operation. Once you eject, you can’t go back!
yarn eject