preact icon indicating copy to clipboard operation
preact copied to clipboard

simplifies contributions by fully automating the dev setup with gitpod.

Open nisarhassan12 opened this issue 6 years ago • 6 comments

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 start and npm 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

image

nisarhassan12 avatar Feb 13 '20 06:02 nisarhassan12

Coverage Status

Coverage remained the same at 99.431% when pulling 7090364683d133ee6acf22df96d2a7a9cffc16d5 on nisarhassan12:master into 7bc661b855d152189822c6899087b642367dc7b6 on preactjs:master.

coveralls avatar Feb 13 '20 06:02 coveralls

Very cool!

developit avatar Feb 18 '20 22:02 developit

Rebased on top of latest master @marvinhagemeister

nisarhassan12 avatar Apr 28 '20 02:04 nisarhassan12

Rebase on top of latest master @developit @marvinhagemeister

nisarhassan12 avatar Nov 17 '20 17:11 nisarhassan12

@nisarhassan12 - any idea if there's a way to move the dotfiles into a folder so they aren't in the repo root? Cheers

developit avatar Nov 17 '20 17:11 developit

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. image

nisarhassan12 avatar Jan 12 '21 14:01 nisarhassan12