No description https://rj.markerbit.dev
  • TypeScript 94.5%
  • MDX 4.1%
  • CSS 1.1%
  • Dockerfile 0.2%
  • JavaScript 0.1%
Find a file
Marker-bit a365333d85
All checks were successful
ci / docker (push) Successful in 31s
Fixed long cache times
2026-03-22 21:02:15 +03:00
.github/workflows Fixed long cache times 2026-03-22 21:02:15 +03:00
.vscode added biome, formatted everything 2026-01-05 22:00:16 +03:00
prisma Fixed prisma 2026-02-23 10:29:59 +03:00
public update pwas and some legacy code 2025-06-03 10:38:41 +03:00
src Formatted, migrated to oxc 2026-03-22 20:37:43 +03:00
.dockerignore Fixed build times 2026-03-22 20:41:40 +03:00
.env.example Added support for Umami Analytics, 2026-02-23 11:32:34 +03:00
.gitignore update pwas and some legacy code 2025-06-03 10:38:41 +03:00
.mcp.json added biome, formatted everything 2026-01-05 22:00:16 +03:00
.oxfmtrc.json Formatted, migrated to oxc 2026-03-22 20:37:43 +03:00
.oxlintrc.json Formatted, migrated to oxc 2026-03-22 20:37:43 +03:00
components.json Added a warning about domain migration 2026-02-23 14:29:42 +03:00
docker-compose.dev.yml Added support for Umami Analytics, 2026-02-23 11:32:34 +03:00
docker-compose.yml fix no posthog 2026-02-23 11:59:49 +03:00
Dockerfile Fixed build times 2026-03-22 20:41:40 +03:00
next.config.js Removed labirint 2026-02-23 19:46:12 +00:00
package.json Formatted, migrated to oxc 2026-03-22 20:37:43 +03:00
pnpm-lock.yaml Formatted, migrated to oxc 2026-03-22 20:37:43 +03:00
postcss.config.js added biome, formatted everything 2026-01-05 22:00:16 +03:00
push-and-run.sh created a dockercompose 2024-09-21 14:37:04 +03:00
README.md Added support for Umami Analytics, 2026-02-23 11:32:34 +03:00
tsconfig.json added biome, formatted everything 2026-01-05 22:00:16 +03:00

Reading Journal

Reading Journal is an app made in Next.js for reading fans.

Stack

  1. Next.js
  2. Typescript
  3. Prisma
  4. shadcn/ui
  5. Tailwind CSS

Installation

Prerequisites

Docker with Compose plugin should be installed.

Setup

  1. git clone https://tgit.markerbit.dev/markerbit/rj.git - clone the repo
  2. cp .env.example .env && micro .env - copy and edit the environment variables
  3. docker compose up -d - deploy the app

The app will be available on localhost:3000.

Author

Marker-bit