commit
77271f3856
@ -10,7 +10,7 @@ # Contributing
|
|||||||
|
|
||||||
## 1) Setup your development environment
|
## 1) Setup your development environment
|
||||||
|
|
||||||
- 🌟 [Container based](docs/dev_setup/Container.md) ← *Recomended*
|
- 🌟 [Container based](docs/dev_setup/Container.md) ← *Recommended*
|
||||||
- 📦 [DockerContainer](docs/dev_setup/DockerContiner.md) *WIP
|
- 📦 [DockerContainer](docs/dev_setup/DockerContiner.md) *WIP
|
||||||
- 🐙 [Github Codespaces](docs/dev_setup/GithubCodespaces.md)
|
- 🐙 [Github Codespaces](docs/dev_setup/GithubCodespaces.md)
|
||||||
- ☁️ [GitPod](docs/dev_setup/GitPod.md)
|
- ☁️ [GitPod](docs/dev_setup/GitPod.md)
|
||||||
@ -28,12 +28,12 @@ ## 3) Setup Coolify
|
|||||||
- Copy `apps/api/.env.example` to `apps/api/.env`
|
- Copy `apps/api/.env.example` to `apps/api/.env`
|
||||||
- Edit `apps/api/.env`, set the `COOLIFY_APP_ID` environment variable to something cool.
|
- Edit `apps/api/.env`, set the `COOLIFY_APP_ID` environment variable to something cool.
|
||||||
- Run `pnpm install` to install dependencies.
|
- Run `pnpm install` to install dependencies.
|
||||||
- Run `pnpm db:push` to o create a local SQlite database. This will apply all migrations at `db/dev.db`.
|
- Run `pnpm db:push` to create a local SQlite database. This will apply all migrations at `db/dev.db`.
|
||||||
- Run `pnpm db:seed` seed the database.
|
- Run `pnpm db:seed` seed the database.
|
||||||
- Run `pnpm dev` start coding.
|
- Run `pnpm dev` start coding.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Or... Copy and paste commands bellow:
|
# Or... Copy and paste commands below:
|
||||||
cp apps/api/.env.example apps/api/.env
|
cp apps/api/.env.example apps/api/.env
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm db:push
|
pnpm db:push
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
### Gitpod
|
### Gitpod
|
||||||
|
|
||||||
#### Option 1 - Prefered:
|
#### Option 1 - Preferred:
|
||||||
|
|
||||||
Follow the same steps as [container based development flow](./Container.md)
|
Follow the same steps as [container based development flow](./Container.md)
|
||||||
|
|
||||||
@ -16,4 +16,4 @@ #### Option 2 - Manual setup:
|
|||||||
|
|
||||||
> Some packages, just `pack` are not installed in this way.
|
> Some packages, just `pack` are not installed in this way.
|
||||||
You cannot test all the features.
|
You cannot test all the features.
|
||||||
Please use the [container based development flow](./Container.md).
|
Please use the [container based development flow](./Container.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user