31c5cfc5a1 | ||
---|---|---|
.github/ISSUE_TEMPLATE | ||
build | ||
dist | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
package.json | ||
screenshot.jpg | ||
tsconfig.json | ||
webpack.config.js |
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