Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.48 KB

File metadata and controls

50 lines (35 loc) · 1.48 KB

epub-press-chrome

npm npm

A browser extension for creating ebooks from your tabs!

Available on the Chrome Store

Development

Build

# Development

npm start
# or
npm run build

# Production
npm run build-prod

Test

npm test

Usage with local server

  1. Download the files:
    git clone https://github.com/haroldtreen/epub-press-clients.
  2. Open the extension manifest.json:
    open epub-press-clients/packages/epub-press-chrome/app/manifest.json.
  3. Change the homepage_url to point to your local server:
    "homepage_url": "https://epub.press" --> "homepage_url": "http://localhost:3000"
  4. Go to your extension manager:
    chrome://extensions
  5. Enable Developer Mode:
    ✅ Developer Mode
  6. Click Load Unpacked Extension.
  7. Navigate to the epub-press-clients folder and select epub-press-clients/packages/epub-press-chrome/app/.

Done!

Another instance of EpubPress will appear. When using this version of the extension, it will use your local server for building ebooks.

To learn about setting up a local server, see the haroldtreen/epub-press repo.