README.md 432 B

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