Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 568 Bytes

File metadata and controls

50 lines (33 loc) · 568 Bytes

Freeddit

A modern, fast, and privacy-focused Reddit client built with Next.js.

Features

  • Modern UI with Tailwind CSS
  • Fast and responsive
  • Privacy-focused
  • Docker support
  • PWA support

Development

Install dependencies:

yarn install

Run development server:

yarn dev

Build for production:

yarn build

Docker

Build container:

docker build -t freeddit .

Run container:

docker run -p 3000:3000 freeddit

License

Copyright 2025 Freeddit Team & Contributors. Licensed under GPLv3.