Added initial docs

This commit is contained in:
Resi Respati
2017-11-27 11:59:00 +07:00
parent 56840c0adf
commit 426b2d6207
6 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Installation
You will need:
- Node.JS (Latest LTS is recommended)
- A Package Manager (Yarn or NPM)
Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/v3.0.zip) and extract it to a folder.
Open the folder in your terminal and run `npm install` (or `yarn`) to install the dependencies.
Fire up your preferred editor with typescript installed and you are good to go!