Here lies the web edition of Corruption of Champions.
Setup instructions for devs:
- Clone this repo branch.
- Download and install Node.js https://nodejs.org/
- Open a console in the folder of the repo.
- Type "npm install -g typescript" to install Typescript
- Once Typescript is installed, type "tsc -p tsconfig.json" to compile the code.
- Download RequireJS https://requirejs.org and move the file to the "Build" folder.
Linting:
- Open a console in the folder of the repo.
- Type "npm install -g tslint" to install TSLint
- Once installed, type "tslint -p . --fix" to run the linter and fix most things.
- Fix any remaining errors that appear.