mirror of
https://github.com/rodneyosodo/automating-home-lights.git
synced 2026-06-22 20:00:13 +00:00
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:
Vendored
+7
@@ -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/
|
||||
@@ -0,0 +1,5 @@
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
|
||||
tasks:
|
||||
- init: pip install -r ./requirements.txt
|
||||
@@ -1,3 +1,5 @@
|
||||
[](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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user