antonmedv / monkberry

Monkberry is a JavaScript library for building web user interfaces
https://monkberry.js.org
MIT License
1.49k stars 78 forks source link

Simplifies code contributions and automates the dev setup #58

Open nisarhassan12 opened 4 years ago

nisarhassan12 commented 4 years ago

Hey there, :slightly_smiling_face: this PR adds support for Gitpod, a free online tool that lets you automate your dev environment, eases the hurdles for contributions and generally working on GitHub projects. It allows anyone to get a ready-to-code dev environment for any branch, issue and pull request with a single click.

You can give it a try on my fork of the repo: https://gitpod.io/#https://github.com/nisarhassan12/monkberry

image

It seems to work well! Please let me know if there is anything that can be improved. I would love to help :)