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:
yarn
Run the development server:
yarn start
To make a production build for web:
yarn build
This repository follows the conventional commits specification for making commits. Please refer to it here.
To commit using commitizen (which follows conventional commits):
yarn commit
To lint code using eslint:
yarn lint
To run tests:
yarn test
To eject the building config from react-scripts:
Note: this is a one-way operation. Once you eject
, you can’t go back!
yarn eject