Challenge: Valid Chess Moves
Note: The API is available in this repository
Note: Insert “editor.formatOnSave”: true into your User Settings in VSCode.
First, clone the repository via git:
git clone https://github.com/mariorodeghiero/valid-chess-moves.git your-project-name
And then install dependencies with yarn.
$ cd your-project-name
$ npm install
$ npm run start
After run, the browser open window automatically at http://localhost:3000/
Run the command below to deploy, minimizing All Files.
$ npm run build
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details