VandyHacks / vaken

Next-gen hackathon registration system
MIT License
49 stars 12 forks source link

Fully automate dev setup with Gitpod #742

Closed leonm1 closed 3 years ago

leonm1 commented 3 years ago

This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 4bf53ec2 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (0% is the threshold).

This pull request will bring the total coverage in the repository to 43.0% (0.0% change).

View more on Code Climate.

leonm1 commented 3 years ago

@bencooper222 would like to hear what you think about gitpod - it seems like a good way to lower the bar for drop-in contributions (even if they're internal)

bencooper222 commented 3 years ago

It looks cool. Is there a way I can try out the stuff you've done on this PR?

leonm1 commented 3 years ago

You can test it out from the source branch: https://github.com/VandyHacks/vaken/tree/leonm1/gitpod-setup

There's a badge in the README

leonm1 commented 3 years ago

This never fully worked properly and might be best closed and reopening pending successful merge of #630