yjs / yjs-demos

A collection of demos for Yjs
https://demos.yjs.dev
The Unlicense
729 stars 120 forks source link

Added Gitpod Config #43

Closed svenefftinge closed 3 years ago

svenefftinge commented 3 years ago

This PR adds a small config to the project, that tells Gitpod how to prepare the workspaces. If you enable prebuilds the init task will be executed asynchronously when someone pushes a branch. As a result you can spin up a dev environments in a few seconds that ran already through the npm install step and immediately shows the demo in the preview on the right.

You can see the effect on my fork: gitpod.io#https://github.com/svenefftinge/yjs-demos

dmonad commented 3 years ago

Yes, that's awesome!

It really takes some time to compile Monaco and Atlaskit. Now the complete workspace starts in just a few seconds :-)

Thanks!

dmonad commented 3 years ago

And thanks for gitpod! This makes the demo section much more accessible.