Merge pull request #154 from omnivore-app/add-importer-blurb

Add a link in readme to David Öhlin's importer
This commit is contained in:
Jackson Harper 2022-02-28 10:23:24 -08:00 committed by GitHub
commit 1c0f59c9db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,10 @@ Omnivore takes advantage of some great open source software:
* [Radix](https://www.radix-ui.com/) - We use Raxix UI's components on our frontend.
* And many more awesome libraries, just checkout our package files to see what we are using.
## Importing Libraries
If you have a library you'd like to import, [@davidohlin](https://github.com/davidohlin) has created
a tool that imports a list of CSV URLs: [omnivore-import](https://github.com/davidohlin/instapaper-to-omnivore-import)
## How to setup local development :computer:
@ -70,6 +74,7 @@ git clone https://github.com/omnivore-app/omnivore
cd omnivore
docker-compose up
```
This will start postgres, initialize the database, and start the web and api services.
### 2. Open the browser