Skip to content

Commit bbcee36

Browse files
authored
Merge pull request #1070 from anikethsaha/anikethsaha/gitpod-setup
Add gitpod config
2 parents b62a0c8 + 184ff51 commit bbcee36

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)