mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 04:42:12 +01:00
9c8911abe12bc3c1ecf0416aa68b5302e51efcf7
Explainegy
Markdown-based tutorials and articles webapp, built using Docker, NextJS & Prisma
Getting Started
- Create a
.envfile in the root directory and add the following variables:
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres?schema=explainegy"
docker compose up -d
npm run dev
Description
Languages
CSS
52.9%
TypeScript
37.1%
SCSS
10%