Files
screeps-scripts/docs/getting-started/installation.md
2017-11-27 11:59:00 +07:00

421 B

Installation

You will need:

  • Node.JS (Latest LTS is recommended)
  • A Package Manager (Yarn or NPM)

Download the latest source here 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!