Clips -- Kindle Clippings Parser A Web App that parses kindle clippings into usable format 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