No description https://rj.markerbit.dev
  • TypeScript 94.6%
  • MDX 4.1%
  • CSS 1.1%
  • JavaScript 0.1%
  • Dockerfile 0.1%
Find a file
Marker-bit 26e2bacd1d
All checks were successful
ci / docker (push) Successful in 3m29s
release / draft-release (push) Successful in 3s
Skip release draft when tag already has release
2026-05-01 23:03:09 +03:00
.github/workflows Skip release draft when tag already has release 2026-05-01 23:03:09 +03:00
.vscode added biome, formatted everything 2026-01-05 22:00:16 +03:00
docs Add draft Forgejo release workflow 2026-05-01 22:43: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 Show build version in navigation 2026-05-01 22:36:59 +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 Show build version in navigation 2026-05-01 22:36:59 +03:00
next.config.js Optimize client loading and update minor deps 2026-05-01 17:44:01 +03:00
package.json Optimize client loading and update minor deps 2026-05-01 17:44:01 +03:00
pnpm-lock.yaml Optimize client loading and update minor deps 2026-05-01 17:44:01 +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