simplifies contributions by fully automating the dev setup with gitpod.
Hi! :slightly_smiling_face:
This Pr simplifies code contributions by fully automating the dev setup with Gitpod(A free online VS Code like IDE).
With a single click, it will launch a workspace and automatically:
- clone the preact repo.
- install the dependencies.
- run
npm run startandnpm run dev.
So that anyone interested in contributing can start coding straight away.
You can give it a try on my fork of the repo via the link below:
https://gitpod.io/#https://github.com/nisarhassan12/preact

Coverage remained the same at 99.431% when pulling 7090364683d133ee6acf22df96d2a7a9cffc16d5 on nisarhassan12:master into 7bc661b855d152189822c6899087b642367dc7b6 on preactjs:master.
Very cool!
Rebased on top of latest master @marvinhagemeister
Rebase on top of latest master @developit @marvinhagemeister
@nisarhassan12 - any idea if there's a way to move the dotfiles into a folder so they aren't in the repo root? Cheers
any idea if there's a way to move the dotfiles into a folder so they aren't in the repo root? Cheers
Thanks. @developit this is not possible yet but there is an open issue for this https://github.com/gitpod-io/gitpod/issues/729 with the Feb 2021 milestone on it but not sure on whether it will be implemented by then.
