Skip to content

bartekbp/bookmark-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmark Share

Extension for sharing bookmarks that will change your life!

Installation

Frontend

Install the dependencies and devDependencies and start watch.

$ 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):

$ cd mock
$ pip install -r requirements.txt
$ python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published