Skip to content

Commit b29d389

Browse files
committed
simplifies code contributions by fully automating the dev setup.
1 parent e353ea5 commit b29d389

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitpod.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
tasks:
2+
- init: npm install
3+
command: npm run dev
4+
ports:
5+
- port: 6565
6+
onOpen: open-preview

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,15 @@ To try examples with a live build run following command and check output for the
635635
npm 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
640649
Copyright 2017 Ali Shakiba http://shakiba.me/stage.js

0 commit comments

Comments
 (0)