fix: typos in docs

This commit is contained in:
rawalplawit 2023-02-10 14:54:16 +05:45
parent 5c56962ea1
commit e84544136e
2 changed files with 6 additions and 6 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
@ -45,4 +45,4 @@ ## 4) Start Coding
You should be able to access `http://localhost:3000`.
1. Click `Register` and setup your first user.
1. Click `Register` and setup your first user.

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).