18
loading...
This website collects cookies to deliver better user experience
More often than not though, this is not what an onboarding experience is like.
Alice no longer has any code on her computer, none whatsoever. She does that thanks to cloud-based, ephemeral development environments provided by www.gitpod.io.
.gitpod.yml
configuration file at the root of her project, then adds start tasks such as the following:tasks:
- init: npm install
command: npm run dev
gitpod.io/#<issue-url>
to open a new development environment.18