Add .gitpod.yml config file so that this repository can be seamlessly opened using Gitpod. Gitpod enables you to open a browser based ide which runs on a remote linux server.
To get this repository running on Gitpod all you have to do is put gitpod.io/# before the Github url in the browser. The config file I added sets maven running automatically and add java plugins for the ide.
Add .gitpod.yml config file so that this repository can be seamlessly opened using Gitpod. Gitpod enables you to open a browser based ide which runs on a remote linux server.
https://www.gitpod.io/
To get this repository running on Gitpod all you have to do is put gitpod.io/# before the Github url in the browser. The config file I added sets maven running automatically and add java plugins for the ide.