add .env documentation

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

View File

@@ -4,6 +4,12 @@ Markdown-based tutorials and articles webapp, built using Docker, NextJS & Prism
## Getting Started ## Getting Started
1. Create a `.env` file in the root directory and add the following variables:
```bash
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=explainegy"
```
```bash ```bash
docker compose up -d docker compose up -d
npm run dev npm run dev