Fluent Reader è un lettore RSS moderno, multipiattaforma e open-source.
Go to file
刘浩远 31c5cfc5a1 data backup 2020-06-14 18:59:56 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2020-06-12 13:26:27 +08:00
build add mac packaging 2020-06-13 13:12:52 +08:00
dist search 2020-06-14 13:04:59 +08:00
src data backup 2020-06-14 18:59:56 +08:00
.gitignore add icons 2020-06-09 14:03:38 +08:00
LICENSE Create LICENSE 2020-06-07 13:11:32 +08:00
README.md Update README.md 2020-06-12 13:21:47 +08:00
package.json search 2020-06-14 13:04:59 +08:00
screenshot.jpg unread count 2020-06-12 13:11:40 +08:00
tsconfig.json add partial intl 2020-06-11 17:45:46 +08:00
webpack.config.js add icons 2020-06-09 14:03:38 +08:00

README.md

Fluent Reader

A modern desktop RSS reader


Download

Fluent Reader is currently under development and is only available via source code. Alpha builds will be available in packaged binaries through GitHub releases and Microsoft Store later.

Development

Build from source

# Install dependencies
npm install

# Compile ts & dependencies
npm run build

# Start the application
npm run electron

# Generate certificate for signature
electron-builder create-self-signed-cert
# Package the app for Windows
npm run package-win

Developed with

License

BSD