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

@@ -1,23 +1,23 @@
# Table of contents
* [Introduction](README.md)
- [Introduction](README.md)
## Getting Started
* [Installation](getting-started/installation.md)
* [Authenticating with Screeps](getting-started/authenticating.md)
* [Deploying](getting-started/deploying.md)
- [Installation](getting-started/installation.md)
- [Authenticating with Screeps](getting-started/authenticating.md)
- [Deploying](getting-started/deploying.md)
## In-Depth
* [Module bundling](in-depth/module-bundling.md)
* [Deploy destinations](in-depth/deploy-destinations.md)
* [TypeScript](in-depth/typescript.md)
* [Prettier](in-depth/prettier.md)
* [Testing](in-depth/testing.md)
* [Cookbook](in-depth/cookbook/README.md)
* [Environment variables](in-depth/cookbook/environment-variables.md)
* [One-line PowerShell setup](in-depth/cookbook/one-line-powershell.md)
* [Troubleshooting](in-depth/troubleshooting.md)
* [Contributing to the docs](in-depth/contributing.md)
- [Module bundling](in-depth/module-bundling.md)
- [Deploy destinations](in-depth/deploy-destinations.md)
- [TypeScript](in-depth/typescript.md)
- [Prettier](in-depth/prettier.md)
- [Testing](in-depth/testing.md)
- [Cookbook](in-depth/cookbook/README.md)
- [Environment variables](in-depth/cookbook/environment-variables.md)
- [One-line PowerShell setup](in-depth/cookbook/one-line-powershell.md)
- [Remote Development](in-depth/remote-development.md)
- [Troubleshooting](in-depth/troubleshooting.md)
- [Contributing to the docs](in-depth/contributing.md)