Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 502 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 502 Bytes

Clips -- Kindle Clippings Parser

A Web App that parses kindle clippings into usable format

Demo

Running Locally

From Source

1. Clone the repo onto your local machine using git clone

  git clone https://github.com/D3vd/Clips.git

2. Install dependencies

  yarn

(or)

  npm install

3. Start App

  yarn start

(or)

  npm start

Using Docker

  docker run -p 3000:80 d3vd/clips