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
commit bbcee36106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

3
.gitpod.yml Normal file
View File

@ -0,0 +1,3 @@
tasks:
- init: npm install && npm run build
command: npm run dev

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'`