Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 579 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 579 Bytes

codingame-typescript

TypeScript code and library for codingame

Heavily based on the the example at marzelin/codingame. Without this example I could not have quickly gotten up and running, so thanks!

Requires having npm and node installed, run these commands to pull dependencies, create the JavaScript to run in codingame and execute the tests.

npm install
npm run build
npm run test

After the build, the JavaScript file will be in the out directory and can be synced to the codingame IDE.