Skip to content

D3vd/Clips

Repository files navigation

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