mtsalcova / livro-sem-apego

:books: Um site de doação de livros, sem fins lucrativos! o/
http://livrosemapego.com.br
MIT License
60 stars 9 forks source link

Add gitpod config #13

Closed javascripto closed 4 years ago

javascripto commented 4 years ago

this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev environment for any branch, issue and pull request with a single click.

nisarhassan12 commented 4 years ago

Thanks, @javascripto for the PR.

With your, PRs config in place, Gitpod would do nothing other than cloning the repo. While Gitpod can do a whole bunch of cool stuff that'll help contributors and maintainers greatly.

For instance, try this https://gitpod.io/#https://github.com/mobxjs/mobx/

You'll find out that Gitpod will not only clone the repo but also:

and with pre-builds enabled it installs the dependencies and run the build task ahead of time.

This is how it looks:

image

nisarhassan12 commented 4 years ago

With the changes that I have suggested in place, Gitpod will not only clone the repo but also:

Please let me know if you have questions about Gitpod or need any help related to it.