From 30b93c3a063f63b5dbbfd3b443ad8c97924867d2 Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 23 Jul 2023 00:47:15 +0200 Subject: [PATCH] add .env documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18f281a..df7f89d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Markdown-based tutorials and articles webapp, built using Docker, NextJS & Prism DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=explainegy" ``` +2. Run the following commands: + ```bash docker compose up -d npm run dev