fluent-reader
Modern desktop RSS reader built with Electron, React, and Fluent UI
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- release-linux.yml
- release-main.yml
- copilot-instructions.md
- FUNDING.yml
- launch.json
- settings.json
- SmallTile.scale-100.png
- SmallTile.scale-125.png
- SmallTile.scale-150.png
- SmallTile.scale-200.png
- SmallTile.scale-400.png
- SplashScreen.scale-100.png
- SplashScreen.scale-125.png
- SplashScreen.scale-150.png
- SplashScreen.scale-200.png
- SplashScreen.scale-400.png
- Square150x150Logo.scale-100.png
- Square150x150Logo.scale-125.png
- Square150x150Logo.scale-150.png
- Square150x150Logo.scale-200.png
- Square150x150Logo.scale-400.png
- Square44x44Logo.altform-lightunplated_targetsize-16.png
- Square44x44Logo.altform-lightunplated_targetsize-24.png
- Square44x44Logo.altform-lightunplated_targetsize-256.png
- Square44x44Logo.altform-lightunplated_targetsize-32.png
- Square44x44Logo.altform-lightunplated_targetsize-48.png
- Square44x44Logo.altform-unplated_targetsize-16.png
- Square44x44Logo.altform-unplated_targetsize-24.png
- Square44x44Logo.altform-unplated_targetsize-256.png
- Square44x44Logo.altform-unplated_targetsize-32.png
- Square44x44Logo.altform-unplated_targetsize-48.png
- Square44x44Logo.scale-100.png
- Square44x44Logo.scale-125.png
- Square44x44Logo.scale-150.png
- Square44x44Logo.scale-200.png
- Square44x44Logo.scale-400.png
- Square44x44Logo.targetsize-16.png
- Square44x44Logo.targetsize-24.png
- Square44x44Logo.targetsize-256.png
- Square44x44Logo.targetsize-32.png
- Square44x44Logo.targetsize-48.png
- StoreLogo.scale-100.png
- StoreLogo.scale-125.png
- StoreLogo.scale-150.png
- StoreLogo.scale-200.png
- StoreLogo.scale-400.png
- Wide310x150Logo.scale-100.png
- Wide310x150Logo.scale-125.png
- Wide310x150Logo.scale-150.png
- Wide310x150Logo.scale-200.png
- Wide310x150Logo.scale-400.png
- 128x128.png
- 16x16.png
- 256x256.png
- 32x32.png
- 48x48.png
- 512x512.png
- 64x64.png
- entitlements.mac.plist
- entitlements.mas.inherit.plist
- entitlements.mas.loginhelper.plist
- entitlements.mas.plist
- icon.icns
- icon.ico
- icon.png
- resignAndPackage.sh
- article.css
- article.html
- article.js
- mercury.web.js
- fabric-icons-0-467ee27f.woff
- fabric-icons-1-4d521695.woff
- fabric-icons-10-c4ded8e4.woff
- fabric-icons-11-2a8393d6.woff
- fabric-icons-12-7e945a1e.woff
- fabric-icons-15-3807251b.woff
- fabric-icons-16-9cf93f3b.woff
- fabric-icons-2-63c99abf.woff
- fabric-icons-4-a656cc0a.woff
- fabric-icons-5-f95ba260.woff
- fabric-icons-7-2b97bb99.woff
- fabric-icons-8-6fdf1528.woff
- fabric-icons-9-c6162b42.woff
- fabric-icons-a13498cf.woff
- logo-outline-dark.svg
- logo-outline.svg
- logo.svg
- cards.css
- dark.css
- feeds.css
- global.css
- main.css
- scroll.css
- fontlist
- fonts.vbs
- index.css
- alipay.jpg
- dark.png
- icon.png
- light.png
- logo.svg
- mac_store.svg
- opml.png
- read.png
- screenshot.jpg
- search.png
- store.png
- index.html
- styles.css
- settings.ts
- utils.ts
- card.tsx
- compact-card.tsx
- default-card.tsx
- highlights.tsx
- info.tsx
- list-card.tsx
- magazine-card.tsx
- cards-feed.tsx
- feed.tsx
- list-feed.tsx
- feedbin.tsx
- fever.tsx
- greader.tsx
- inoreader.tsx
- lite-exporter.tsx
- miniflux.tsx
- nextcloud.tsx
- about.tsx
- app.tsx
- groups.tsx
- rules.tsx
- service.tsx
- sources.tsx
- useIsBlurred.ts
- useIsWideScreen.ts
- article-search.tsx
- danger-button.tsx
- FlatButton.tsx
- FlatButtonGroup.tsx
- FlatButtonSeparator.tsx
- theme.ts
- time.tsx
- article.tsx
- context-menu.tsx
- log-menu.tsx
- menu.tsx
- nav.tsx
- page.tsx
- root.tsx
- settings.tsx
- app-container.tsx
- groups-container.tsx
- rules-container.tsx
- service-container.tsx
- sources-container.tsx
- article-container.tsx
- settings.ts
- touchbar.ts
- update-scripts.ts
- utils.ts
- window.ts
- _locales.ts
- cs.json
- de.json
- en-US.json
- es.json
- fi-FI.json
- fr-FR.json
- it.json
- ja.json
- ko.json
- nl.json
- pl.json
- pt-BR.json
- pt-PT.json
- README.md
- ru.json
- sv.json
- tr.json
- uk.json
- zh-CN.json
- zh-TW.json
- feedbin.ts
- fever.ts
- greader.ts
- miniflux.ts
- nextcloud.ts
- app.ts
- feed.ts
- group.ts
- item.ts
- page.ts
- rule.ts
- service.ts
- source.ts
- db.ts
- reducer.ts
- settings.ts
- utils.ts
- electron.ts
- index.html
- index.tsx
- preload.ts
- schema-types.ts
- .gitattributes
- .gitignore
- .prettierignore
- .prettierrc.yml
- electron-builder-mas.yml
- electron-builder.yml
- LICENSE
- package-lock.json
- package.json
- patch-griffel.js
- README.md
- tsconfig.json
- webpack.config.js
# Installation Guide
1. Get the code
git clone https://github.com/yang991178/fluent-reader
Downloads the entire project code from GitHub to your computer.
cd fluent-reader
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
npm run electron
Type this command into your terminal and run it.
npm run package-win
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
