Fluent Reader è un lettore RSS moderno, multipiattaforma e open-source.
Go to file
2020-06-12 10:18:44 +08:00
build dark mode 2020-06-11 13:35:14 +08:00
dist use electron-store 2020-06-12 10:18:44 +08:00
src use electron-store 2020-06-12 10:18:44 +08:00
.gitignore add icons 2020-06-09 14:03:38 +08:00
LICENSE Create LICENSE 2020-06-07 13:11:32 +08:00
package.json add partial intl 2020-06-11 17:45:46 +08:00
README.md dark mode 2020-06-11 13:35:14 +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

Fluent Reader

A simplistic, modern desktop RSS reader


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