added some more stubs to docs
This commit is contained in:
@@ -1,12 +1,22 @@
|
||||
# Installation
|
||||
|
||||
## Requirements
|
||||
|
||||
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.
|
||||
## Install `npm` Modules
|
||||
|
||||
Open the folder in your terminal and run `npm install` (or `yarn`) to install the dependencies.
|
||||
Run the following the command to install the required packages and TypeScript declaration files:
|
||||
|
||||
Fire up your preferred editor with typescript installed and you are good to go!
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
Or if you're running `yarn`:
|
||||
|
||||
```bash
|
||||
yarn
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user