File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ tasks :
2+ - init : npm install
3+ command : npm run dev
4+ ports :
5+ - port : 6565
6+ onOpen : open-preview
Original file line number Diff line number Diff line change @@ -635,6 +635,15 @@ To try examples with a live build run following command and check output for the
635635npm run dev
636636```
637637
638+ ### Develop using one-click online setup
639+
640+ You can use Gitpod(a free online VS Code-like IDE) for contributing. With a single click it'll launch a workspace and automatically:
641+
642+ - clone the stage.js repo.
643+ - install the dependencies.
644+ - run ` yarn run dev ` .
645+
646+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/from-referrer/ )
638647
639648## License
640649Copyright 2017 Ali Shakiba http://shakiba.me/stage.js
You can’t perform that action at this time.
0 commit comments