An opinionated RSS reader

simo fbe04faca3 google login & stuff il y a 1 mois
.vscode 3e83fd81a3 new il y a 4 mois
public fbe04faca3 google login & stuff il y a 1 mois
src fbe04faca3 google login & stuff il y a 1 mois
.gitignore fbe04faca3 google login & stuff il y a 1 mois
README.md fbe04faca3 google login & stuff il y a 1 mois
astro.config.mjs fbe04faca3 google login & stuff il y a 1 mois
package.json fbe04faca3 google login & stuff il y a 1 mois
pnpm-lock.yaml fbe04faca3 google login & stuff il y a 1 mois
tsconfig.json 6c58f9426d usable il y a 1 mois

README.md

Mikro

Mikro is a minimal, opinionated RSS reader

Demo

Demo screenshot

Getting started

Prerequisites:

  • Node.js
  • pnpm

Install dependencies:

  • pnpm install

Run the dev server:

  • pnpm dev

Build for production:

  • pnpm build

Preview the production build:

  • pnpm preview

Configuration

Database

By default the server uses a local SQLite database:

  • file:./data/mikro.sqlite