Feature/remote container development (#154)
* feat: add Dockerfile, config & recommended extenion * docs: add remote-development documentation * docs: fix README & installation to match node versions package.json definition
This commit is contained in:
committed by
GitHub
parent
c89e174d26
commit
66a323425e
@@ -4,9 +4,9 @@
|
||||
|
||||
You will need:
|
||||
|
||||
* [Node.JS](https://nodejs.org/en/download) \(>= 8.0.0\)
|
||||
* A Package Manager \([Yarn](https://yarnpkg.com/en/docs/getting-started) or [npm](https://docs.npmjs.com/getting-started/installing-node)\)
|
||||
* Rollup CLI \(Optional, install via `npm install -g rollup`\)
|
||||
- [Node.JS](https://nodejs.org/en/download) (10.x || 12.x)
|
||||
- A Package Manager \([Yarn](https://yarnpkg.com/en/docs/getting-started) or [npm](https://docs.npmjs.com/getting-started/installing-node)\)
|
||||
- Rollup CLI \(Optional, install via `npm install -g rollup`\)
|
||||
|
||||
## Installing `npm` modules
|
||||
|
||||
@@ -21,4 +21,3 @@ yarn
|
||||
```
|
||||
|
||||
Once that's all done, let's [authenticate with the Screeps server](authenticating.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user