Skip to content

Commit 0b73e23

Browse files
committed
Add gitpod config
1 parent 32fa7b0 commit 0b73e23

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitpod.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
tasks:
2+
- name: development server
3+
init: make install
4+
command: make dev
5+
6+
vscode:
7+
extensions:
8+
- redhat.vscode-yaml
9+
- DavidAnson.vscode-markdownlint

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ gem 'github-pages'
33
gemspec
44
gem 'jekyll-seo-tag'
55
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
6+
gem "webrick", "~> 1.7"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55

66
If you've spotted an error or have additional information for a device click on **EDIT ON GITHUB** box to add.
77
If it's your first time refer to "[Editing Articles](https://tasmota.github.io/docs/Contributing/#editing-articles)" for a tutorial.
8+
9+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/blakadder/zigbee)

0 commit comments

Comments
 (0)