https://github.com/bartekbp/bookmark-share
https://github.com/bartekbp/bookmark-share
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartekbp/bookmark-share
- Owner: bartekbp
- Created: 2018-01-15T18:04:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:43:25.000Z (over 3 years ago)
- Last Synced: 2025-10-31T03:08:32.025Z (9 months ago)
- Language: JavaScript
- Size: 5.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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
```