Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 926 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 926 Bytes

Sill

Top news from the people you trust

Sill collects links posted by the people you follow on Bluesky and Mastodon, and aggregates them into a list of the most popular links in your network.

You can find the official production version of Sill at sill.social

How it works

Sill is a React Router application with a Postgres database.

Prerequisites

  • Node.js >= 20
  • Docker

Sill uses Mailgun to send transactional emails. Sign up for an account and get your API key. For reasonable solo usage, it should be free.

Getting started

  1. Create your environment file:
cp .env.example .env
npm run generate-secrets
  1. Run the Docker containers:
docker-compose up -d
  1. Visit localhost:3000 in your web browser.