Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 515 Bytes

Funny chess quiz

Built with React.js

Description

The quiz is about replacing chess horses. You can find out more and play it here: PLAY

App Scripts

    yarn // install dependencies
    yarn start // starts dev mode
    yarn build // production build
    yarn serve:prod // starts node.js static files server to serve build
    yarn run deploy // deploy app to github pages. Do not forget to change the homepage in package.json