Files
screeps-scripts/docs/getting-started/installation.md
2017-12-18 13:02:52 +07:00

480 B

Installation

Requirements

You will need:

  • Node.JS (Latest LTS is recommended)
  • A Package Manager (yarn or npm)
  • Rollup CLI (Optional, install via npm install -g rollup)

Installing 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

Next up, we'll configure our environment and run our first code deploy.