Skip to content

Add connection to gitpod for web based development

Thomas Hartmann requested to merge gitpod into main

This MR adds configuration to use https://www.gitpod.io . The service provides a VS Code IDE in the browser. It runs super fast and also allows spinning up a dev server that you can access from within the VS Code in your browser or in a new browser tab.

This means that the developers see the changes instantly while not having to maintain a local environment.

The service is free for up to 50 hours per month.

If you want to try it out, surf to https://gitpod.io/#https://gitlab.com/ccns/ccns.gitlab.io/-/tree/gitpod

closes #166 (closed)

Merge request reports