Fully automate dev setup with Gitpod

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
This commit is contained in:
b1ackd0t
2020-06-30 14:06:42 +00:00
parent 7bdd5f7c99
commit a1747ad815
3 changed files with 14 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM gitpod/workspace-full
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/
+5
View File
@@ -0,0 +1,5 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: pip install -r ./requirements.txt
+2
View File
@@ -1,3 +1,5 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/0x6f736f646f/automating-home-lights)
# automating-home-lights
A demonstration of using nodemcu connected to a solid state relay to switch on and off lights using google assistant