Merge pull request #919 from rawalplawit/docfix

fix: typos in docs
This commit is contained in:
Andras Bacsai 2023-02-17 12:47:17 +01:00 committed by GitHub
commit 77271f3856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ # Contributing
## 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
- 🐙 [Github Codespaces](docs/dev_setup/GithubCodespaces.md)
- ☁️ [GitPod](docs/dev_setup/GitPod.md)
@ -28,12 +28,12 @@ ## 3) Setup Coolify
- Copy `apps/api/.env.example` to `apps/api/.env`
- Edit `apps/api/.env`, set the `COOLIFY_APP_ID` environment variable to something cool.
- 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 dev` start coding.
```sh
# Or... Copy and paste commands bellow:
# Or... Copy and paste commands below:
cp apps/api/.env.example apps/api/.env
pnpm install
pnpm db:push

View File

@ -1,6 +1,6 @@
### Gitpod
#### Option 1 - Prefered:
#### Option 1 - Preferred:
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.
You cannot test all the features.
Please use the [container based development flow](./Container.md).
Please use the [container based development flow](./Container.md).