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:
Eduardo Asenjo Rodriguez
2021-04-25 18:34:44 +01:00
committed by GitHub
parent c89e174d26
commit 66a323425e
8 changed files with 105 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ Screeps Typescript Starter is a starting point for a Screeps AI written in Types
You will need:
- [Node.JS](https://nodejs.org/en/download) (10.x)
- [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`)