metafizzy / zdog

Flat, round, designer-friendly pseudo-3D engine for canvas & SVG
https://zzz.dog
10.39k stars 394 forks source link

simplify code contributions + reviews by fully automating the setup #94

Open nisarhassan12 opened 4 years ago

nisarhassan12 commented 4 years ago

Hi! :slightly_smiling_face:

This Pr simplifies code contributions and reviews by fully automating the dev setup with Gitpod(a free online VS Code like IDE). With a single click, it'll launch a workspace and automatically:

So that anyone interested in contributing can start straight away without any friction.

this is how it looks:

image

You can give it a try on my fork of the repo via the following link:

https://gitpod.io/#https://github.com/nisarhassan12/zdog

Many popular OSS projects out there are already using Gitpod to streamline the experience for their contributors and maintainers, some of them are:

You can find a brief list of them at https://contribute.dev

image

Prs can also be reviewed from within Gitpod.

desandro commented 4 years ago

Thanks for this contribution.

Add a 👍 reaction to this issue if you would like to see Zdog support GitPod. Do not add +1 comments — They will be deleted.

Personally, I'm not familiar with Gitpod, so I can't speak to its value to the community.