Skip to content

Commit

Permalink
chore: optimise dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Aug 11, 2024
1 parent ac0633a commit 5ae467e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Development

## Prerequisites

Deepkit uses NPM and Lerna to manage this monorepo. Local package linking is managed through the NPM Workspaces.

Make sure `libpq5` and `libpq-dev` are installed, and `python` refers Python2.
Make sure `libpq5` and `libpq-dev` are installed.
These are needed for Postgres client `pg`, which is used in `@deepkit/postgres`.

Node >= v18 is needed.
Node >= v20 is needed.

## Getting Started

Expand Down

0 comments on commit 5ae467e

Please sign in to comment.