diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..30c7b74 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +tasks: + - init: npm install && npm run build diff --git a/README.md b/README.md index 8aaa08a..7622c5b 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,10 @@ docsify serve [--open false] [--port 3000] Please see the [Contributing Guidelines](./CONTRIBUTING.md) +## Contribution + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/docsifyjs/docsify-cli) + ## License [MIT](./LICENSE)