New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add gitpod config #10728
ci: add gitpod config #10728
Conversation
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.
Given that this is a mono-repo, a simple yarn and yarn build will suffice as start
command wont do much, possibly also add in a copy command for the Playground.template.vue
-> Playground.vue
in the vuetify/dev folder.
Will review with team if this is something we would like to add.
After consideration with the team, we have decided to just accept the addition of the config for this service. thank you for your contribution.
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.
Description
Motivation and Context
How Has This Been Tested?
Markup:
Types of changes
Checklist:
master
for bug fixes and documentation updates,dev
for new features and backwards compatible changes andnext
for non-backwards compatible changes).The text was updated successfully, but these errors were encountered: