Files
explainegy-nextjs/README.md
2023-05-10 11:17:15 +02:00

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
```