diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 9d869bb10..d6c73c254 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -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. \ No newline at end of file +1. Click `Register` and setup your first user. diff --git a/docs/dev_setup/GitPod.md b/docs/dev_setup/GitPod.md index 3293154f9..21a92e111 100644 --- a/docs/dev_setup/GitPod.md +++ b/docs/dev_setup/GitPod.md @@ -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). \ No newline at end of file + Please use the [container based development flow](./Container.md).