aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 46bfb35..4d90b2f 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,9 @@ A spaced repetition learning application (Anki clone) with PWA offline support a
- Node.js 22+
- pnpm 10+
-- PostgreSQL 15+
-- Docker (optional)
+- PostgreSQL 18+
+- Docker
+- Direnv (optional)
### Development
@@ -24,8 +25,8 @@ A spaced repetition learning application (Anki clone) with PWA offline support a
# Install dependencies
pnpm install
-# Start PostgreSQL (with Docker)
-docker compose up -d postgres
+# Start containers
+docker compose up
# Run database migrations
pnpm --filter server db:migrate