No description
https://rj.markerbit.dev
- TypeScript 94.5%
- MDX 4.1%
- CSS 1.1%
- Dockerfile 0.2%
- JavaScript 0.1%
|
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| prisma | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .mcp.json | ||
| .oxfmtrc.json | ||
| .oxlintrc.json | ||
| components.json | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| next.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| push-and-run.sh | ||
| README.md | ||
| tsconfig.json | ||
Reading Journal
Reading Journal is an app made in Next.js for reading fans.
Stack
- Next.js
- Typescript
- Prisma
- shadcn/ui
- Tailwind CSS
Installation
Prerequisites
Docker with Compose plugin should be installed.
Setup
git clone https://tgit.markerbit.dev/markerbit/rj.git- clone the repocp .env.example .env && micro .env- copy and edit the environment variablesdocker compose up -d- deploy the app
The app will be available on localhost:3000.