Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

reminiflux

install

git clone --depth=1 https://github.com/reminiflux/reminiflux
cd reminiflux
subl package.json
  "scripts": {
    "build": "set GENERATE_SOURCEMAP=false && react-scripts build",
npm install
npm run build

usage

serve -s build -p 4321
# pm2 serve build 4321 --name reminiflux --spa
  1. Miniflux → Settings → API Keys → Create a new API key → reminiflux<copy_from>.
  2. Visit localhost:4321
    Host: <your_host>:<port>
    API key: <paste_to>
    

reminiflux