coolify/docs/dev_setup/GitPod.md

20 lines
527 B
Markdown
Raw Normal View History

2022-11-07 22:44:47 +01:00
### Gitpod
2023-02-10 10:09:16 +01:00
#### Option 1 - Preferred:
2022-11-07 22:44:47 +01:00
Follow the same steps as [container based development flow](./Container.md)
#### Option 2 - Manual setup:
1. Create a workspace from this repository,
1. run `pnpm install && pnpm db:push && pnpm db:seed`
1. 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.
2023-02-10 10:09:16 +01:00
Please use the [container based development flow](./Container.md).