coolify/docs/dev_setup/GitPod.md
2023-02-10 14:54:16 +05:45

527 B

Gitpod

Option 1 - Preferred:

Follow the same steps as container based development flow

Option 2 - Manual setup:

  1. Create a workspace from this repository,
  2. run pnpm install && pnpm db:push && pnpm db:seed
  3. and then pnpm dev.

All the required dependencies and packages has been configured for you already.


Some packages, just pack are not installed in this way. You cannot test all the features. Please use the container based development flow.