mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 12:52:13 +01:00
11 lines
162 B
Markdown
11 lines
162 B
Markdown
# Explainegy
|
|
|
|
Markdown-based tutorials and articles webapp, built using Docker, NextJS & Prisma
|
|
|
|
## Getting Started
|
|
|
|
```bash
|
|
docker compose up -d
|
|
npm run dev
|
|
```
|