Designed for quick experiments (like CodeSandbox), not for long development. But it can be handy for examples.

This guide runs all systems in development mode in the GitPod cloud.

Run

This is main developers mono repository.

https://github.com/deep-foundation/dev

Here you can see button Gitpod ready-to-code. Click It.

Screenshot 2022-02-16 at 19.14.04.png

This button opens url similar to: https://deepfoundation-dev-zm7ke718b91.ws-eu32.gitpod.io/

Wait 1m until the example project on port 4000 is launched in the terminal.

Screenshot 2022-04-14 at 18.58.57.png

3007 and 4000 port will try to open automatically, and may be blocked by browser.

You can see all available lunched ports and applications in the left panel tab Remotes.

Untitled

A tab will open during the process similar to: https://3007-deepfoundation-dev-zm7ke718b91.ws-eu32.gitpod.io/

Screenshot 2022-02-16 at 20.02.42.png

Remigrate

Sometimes you need to clear the database and roll everything over again.

In this case, run:

npm run gitpod-unmigrate

And then: