This repository has been archived on 2026-08-02 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
30b93c3a063f63b5dbbfd3b443ad8c97924867d2
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"
- Run the following commands:
docker compose up -d
npm run dev
Description
Markdown-based tutorials and articles webapp, built using Docker, NextJS & Prisma
Readme
6.9 MiB
Languages
CSS
52.9%
TypeScript
37.1%
SCSS
10%