An opinionated RSS reader

simo d9bb7f62b9 fixed astro config 1 týždeň pred
.vscode 3e83fd81a3 new 4 mesiacov pred
public fbe04faca3 google login & stuff 1 mesiac pred
src fbe04faca3 google login & stuff 1 mesiac pred
.gitignore fbe04faca3 google login & stuff 1 mesiac pred
README.md f9e5103a45 readme 4 týždňov pred
astro.config.mjs d9bb7f62b9 fixed astro config 1 týždeň pred
package.json fbe04faca3 google login & stuff 1 mesiac pred
pnpm-lock.yaml fbe04faca3 google login & stuff 1 mesiac pred
tsconfig.json 6c58f9426d usable 1 mesiac pred

README.md

Mikro

Mikro is a minimal, opinionated RSS reader

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