Files
screeps-scripts/docs/getting-started/installation.md
2017-11-28 13:05:07 +07:00

26 lines
444 B
Markdown

# Installation
## Requirements
You will need:
- Node.JS (Latest LTS is recommended)
- A Package Manager (Yarn or NPM)
- Rollup (install with `npm intall -g rollup`)
## Installing `npm` modules
Run the following the command to install the required packages and TypeScript declaration files:
```bash
npm install
```
Or if you're running `yarn`:
```bash
yarn
```
Next up, we'll configure our environment and run our first code deploy.