IIIT-Delhi / byld-website

Static Website for IIIT-Delhi's Software Dev Club Byld
https://iiit-delhi.github.io/byld-website/
8 stars 29 forks source link

Add a gitpod configuration #96

Open peey opened 4 years ago

peey commented 4 years ago

Setting up for contributing for the first time is a bit of work. GitHub UI tries to make it a little easy, but that doesn't work (https://github.com/IIIT-Delhi/byld-website/pull/78#issuecomment-431831813)

I'd like to add a gitpod configuration to the repo so that an online IDE can be opened in a single click, with all the dependencies for the website available in a container, and terminal access for doing rebasing etc. This can later be replaced by GitHub's codespaces when that gets released.

I'm not sure how long this site will be used by the current admins, but I wanted to add gitpod to some repo to experiment with it and it'll be useful here so I think I'll add it in.

virresh commented 4 years ago

Interesting.
It'll be nice to not do the setup for small changes. Though I'm guessing it'll be hard to use for major improvements
Codespaces seems to be a very nice alternative (VSCode on cloud :open_mouth:) But I'll be interested to see gitpod as well if someone integrates it

peey commented 4 years ago

Till I integrate it, you can try it at https://gitpod.io/#https://github.com/IIIT-Delhi/byld-website (works better in chrome)

I agree that Codespaces will probably be better, also considering that it has a huge number of engineers from microsoft behind it. But they didn't respond to my early access request :'(