Skip to content

Commit 184ff51

Browse files
committed
Add gitpod config
this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click.
1 parent b7547f1 commit 184ff51

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitpod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tasks:
2+
- init: npm install && npm run build
3+
command: npm run dev

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Move to [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase)
6969

7070
## Contributing
7171

72+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/docsifyjs/docsify)
73+
7274
- Fork it!
7375
- Create your feature branch: `git checkout -b my-new-feature`
7476
- Commit your changes: `git commit -am 'Add some feature'`

0 commit comments

Comments
 (0)