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

320 B

Installation

Requirements

You will need:

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

Install npm Modules

Run the following the command to install the required packages and TypeScript declaration files:

npm install

Or if you're running yarn:

yarn