File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11tasks :
2- - init : npm install && npm run build
2+ - command : gp await-port 3000 && sleep 3 && gp preview $(gp url 3000)
3+ - init : npm install
34 command : npm run dev
5+ ports :
6+ - port : 3000
7+ onOpen : ignore
8+ vscode :
9+ extensions :
10+ - sysoev.language-stylus@1.11.0:xX39oruAJ5UQzTNVRdbBaQ==
Original file line number Diff line number Diff line change 1818 <a href =" https://www.npmjs.com/package/docsify " ><img alt =" npm " src =" https://img.shields.io/npm/v/docsify.svg?style=flat-square " ></a >
1919 <a href =" https://github.com/QingWei-Li/donate " ><img alt =" donate " src =" https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square " ></a >
2020 <a href =" https://gitter.im/docsifyjs/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link " ><img alt =" gitter " src =" https://img.shields.io/gitter/room/docsifyjs/docsify.svg?style=flat-square " ></a >
21+ <a href =" https://gitpod.io/#https://github.com/docsifyjs/docsify " ><img src =" https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod " alt =" Gitpod Ready-to-Code " ></a >
2122</p >
2223
2324<p align =" center " >Gold Sponsor via <a href =" https://opencollective.com/docsify " >Open Collective</a ></p >
@@ -69,6 +70,16 @@ Move to [awesome-docsify](https://github.com/docsifyjs/awesome-docsify#showcase)
6970
7071## Contributing
7172
73+ ### Online one-click setup for Contributing
74+
75+ You can use Gitpod(A free online VS Code-like IDE) for contributing. With single click it'll launch a workspace and automatically:
76+
77+ - clone the docsify repo.
78+ - install the dependencies.
79+ - start ` npm run dev ` .
80+
81+ So that you can start straight away.
82+
7283[ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/docsifyjs/docsify )
7384
7485- Fork it!
You can’t perform that action at this time.
0 commit comments