Skip to content

Commit

Permalink
chore: update contributing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 11, 2024
1 parent ed4ff35 commit fe47af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Development environment setup

1. Fork and clone the repository
2. Setup a PostgreSQL instance
2. Setup a PostgreSQL instance (version 15 minimum)
3. Run the content of `packages/db/init.sql` in your Postgres instance
4. Copy the content of `packages/backend/.env.example` to `packages/backend/.env` and fill the missing values
5. Copy the content of `packages/frontend/.env.example` to `packages/backend/.env`
Expand Down
1 change: 1 addition & 0 deletions packages/backend/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
POSTGRES_URI="postgresql://postgres:password@your-host:5432/postgres"
JWT_SECRET=yoursupersecret
NEXT_PUBLIC_APP_URL=http://localhost:8080
SKIP_EMAIL_VERIFY=true


# optionnal (for the playground, evaluation and radar features)
Expand Down

0 comments on commit fe47af0

Please sign in to comment.