diff --git a/README.md b/README.md index d7af0b6..31db51f 100644 --- a/README.md +++ b/README.md @@ -50,22 +50,12 @@ A modern RSS reader client for Miniflux built with React + Vite. Feed Management - General Settings + Settings - - - - Appearance - - Reading - - - - - + Stone theme @@ -110,6 +100,25 @@ A modern RSS reader client for Miniflux built with React + Vite. - Nanostores - DayJS +## 🚀 Deployment + +### Docker Deployment + +Run with Docker using the following command: + +```bash +docker run -d --name nextflux -p 80:80 --restart unless-stopped electh/nextflux:latest +``` +### Cloudflare Pages Deployment + +1. Fork this repository to your GitHub account +2. Create a new project in Cloudflare Pages +3. Select your forked repository +4. Select Framework preset: `React(Vite)` +5. Set build command: `npm run build` +6. Set build output directory: `dist` +7. Deploy and access through the Cloudflare-assigned domain + ## 📝 Configuration The app requires a Miniflux server to function. You'll need to provide: diff --git a/images/appearance.png b/images/appearance.png deleted file mode 100644 index 0e1d2e3..0000000 Binary files a/images/appearance.png and /dev/null differ diff --git a/images/code.png b/images/code.png index b27e05c..7f6d77b 100644 Binary files a/images/code.png and b/images/code.png differ diff --git a/images/dark.png b/images/dark.png index e85cc0a..4ab8055 100644 Binary files a/images/dark.png and b/images/dark.png differ diff --git a/images/feed.png b/images/feed.png index 75f75b1..da8bef9 100644 Binary files a/images/feed.png and b/images/feed.png differ diff --git a/images/general.png b/images/general.png deleted file mode 100644 index e0c75b3..0000000 Binary files a/images/general.png and /dev/null differ diff --git a/images/images.png b/images/images.png index d9ada18..3ca5aae 100644 Binary files a/images/images.png and b/images/images.png differ diff --git a/images/mobile.png b/images/mobile.png index dd45172..fa4bc61 100644 Binary files a/images/mobile.png and b/images/mobile.png differ diff --git a/images/podcast.png b/images/podcast.png index 84342e8..7bffcd7 100644 Binary files a/images/podcast.png and b/images/podcast.png differ diff --git a/images/preview.png b/images/preview.png index da08900..89fcf8b 100644 Binary files a/images/preview.png and b/images/preview.png differ diff --git a/images/reading.png b/images/reading.png deleted file mode 100644 index 322af7c..0000000 Binary files a/images/reading.png and /dev/null differ diff --git a/images/responsive.png b/images/responsive.png index d009e98..d35f693 100644 Binary files a/images/responsive.png and b/images/responsive.png differ diff --git a/images/search.png b/images/search.png index 92986c6..bf7dc97 100644 Binary files a/images/search.png and b/images/search.png differ diff --git a/images/settings.png b/images/settings.png new file mode 100644 index 0000000..dd60bb0 Binary files /dev/null and b/images/settings.png differ diff --git a/images/stone.png b/images/stone.png index 3597c6f..8922f12 100644 Binary files a/images/stone.png and b/images/stone.png differ diff --git a/images/youtube.png b/images/youtube.png index f810997..6f436ab 100644 Binary files a/images/youtube.png and b/images/youtube.png differ