Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 270 Bytes

Chess

An open-source implementation of the public Chess.com API.

Commands

# install necessary dependencies
npm install

# start development server at http://localhost:8080
npm start