Skip to content

Commit 53d4241

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 7ca5a86 commit 53d4241

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitpod.yml

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ docsify serve <path> [--open false] [--port 3000]
9393

9494
Please see the [Contributing Guidelines](./CONTRIBUTING.md)
9595

96+
## Contribution
97+
98+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/docsifyjs/docsify-cli)
99+
96100
## License
97101

98102
[MIT](./LICENSE)

0 commit comments

Comments
 (0)