Merge pull request #1070 from anikethsaha/anikethsaha/gitpod-setup

Add gitpod config
This commit is contained in:
Anix
2020-03-13 12:45:04 +05:30
committed by GitHub
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
tasks:
- init: npm install && npm run build
command: npm run dev
+2
View File
@@ -69,6 +69,8 @@ Move to [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase)
## Contributing
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/docsifyjs/docsify)
- Fork it!
- Create your feature branch: `git checkout -b my-new-feature`
- Commit your changes: `git commit -am 'Add some feature'`