Gitpod workspaces are based on repositories. To open a workspace based on the EventHub repo. Click the button below to open a workspace.
Opening workspaces based on repositories without commit rights—like the example above—is useful for exploring. However, when using gitpod day-to-day, you would typically use a repo you own (or have forked).
Let’s fork the EventHub repository to continue. Go to the repository on GitHub and click “Fork”. This will create a copy of the code in your own Organization.
With your workspace up, why not take a look around. Try the following:
Open/edit a file - See how Gitpod has pulled all your files for you.
Explore default tools - By running npm -v or python --version.
Check workspace specs - Run gp top for workspace memory and CPU.
Workspaces are ephemeral and entirely isolated, with full super-user privileges.Anything you can do in Linux you can do in Gitpod. Go ahead—play around !