mirror of
https://github.com/rodneyosodo/automating-home-lights.git
synced 2026-06-23 04:10:15 +00:00
Merge pull request #13 from 0x6f736f646f/0x6f736f646f/gitpod-setup
Fully automate dev setup with Gitpod
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,6 +1,8 @@
|
||||
|
||||
# automating-home-lights
|
||||
A demonstration of using nodemcu connected to a solid state relay to switch on and off lights using google assistant
|
||||
|
||||
[](https://gitpod.io/#https://github.com/0x6f736f646f/automating-home-lights)
|
||||

|
||||
[](https://codeclimate.com/github/0x6f736f646f/backend-blog-application/maintainability)
|
||||
[](https://www.codefactor.io/repository/github/0x6f736f646f/automating-home-lights)
|
||||
|
||||
Reference in New Issue
Block a user