A TypeScript chess library
Clone the repository:
git clone https://github.com/qucchia/chess-interface/
cd chess-interface
Install TypeScript if you haven't already:
npm install -g typescript
Compile code from the src folder:
tsc
Run the test:
npm test