Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.09 KB

README.md

File metadata and controls

31 lines (23 loc) · 2.09 KB

Chess No. 25

Chess game for two.

Status

CI Deploy CodeQL DeepSource codecov

Contributing

Want to contribute to Chess No. 25's code? The game logic is in src/gameLogic.js, rendering and promotion is in src/App.js, theme parsing in src/Theme.js, routing in src/index.js, navigation bar in src/NavBar.js and other pages are in src/Home.js.

Want to create a new theme for Chess No. 25? Follow this tutorial.

Want to report an issue? Submit it here.

Want to ask a question about Chess No. 25? Ask it here.

Development

Command Behavior
yarn start Starts a development server on port 3000
yarn test Runs unit tests
yarn build Creates a production build
yarn eject Do not use!!! More info here

Credits

This project was bootstrapped with Create React App.

Inspired by this tutorial.