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 1
1
tasks :
2
- - init : npm install && npm run build
2
+ - command : gp await-port 3000 && sleep 3 && gp preview $(gp url 3000)
3
+ - init : npm install
3
4
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 18
18
<a href =" https://www.npmjs.com/package/docsify " ><img alt =" npm " src =" https://img.shields.io/npm/v/docsify.svg?style=flat-square " ></a >
19
19
<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 >
20
20
<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 >
21
22
</p >
22
23
23
24
<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)
69
70
70
71
## Contributing
71
72
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
+
72
83
[ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/docsifyjs/docsify )
73
84
74
85
- Fork it!
You can’t perform that action at this time.
0 commit comments