add .env documentation

This commit is contained in:
Janis
2023-07-23 00:47:15 +02:00
parent 9c8911abe1
commit 30b93c3a06

View File

@@ -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" DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=explainegy"
``` ```
2. Run the following commands:
```bash ```bash
docker compose up -d docker compose up -d
npm run dev npm run dev