An open API service indexing awesome lists of open source software.

https://github.com/bartekbp/bookmark-share


https://github.com/bartekbp/bookmark-share

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

# Bookmark Share
Extension for sharing bookmarks that will change your life!
### Installation
##### Frontend

Install the dependencies and devDependencies and start watch.

```shell
$ cd frontend
$ npm i
$ npm run watch
```

By default extension will connect to http://localhost:9000 (url in env.js).
##### Mock backend
Install all dependencies and run app.py (python3 and pip required):
```shell
$ cd mock
$ pip install -r requirements.txt
$ python3 app.py
```