Newer
Older
Labyrinth / README.MD
Labyrinth
=========


## Install

Install typescript and tslint globally, if you haven't aready.
```bash
npm install -g typescript tslint
```

Local dependencies:
```bash
npm install
```

## Build

Compile TypeScript to JavaScript.
```bash
tsc
```

## Run

Run the application.
```bash
node dist/app.js
```