# Mikro Mikro is a minimal, opinionated RSS reader ## Demo ![Demo screenshot](./public/demo.png) ## 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`