blob: 360138c34319d2fffd061547a5bfde7b87766718 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# bookmarks-home
beyond the bar
### Development resources
- [Chrome Bookmarks API](https://developer.chrome.com/docs/extensions/reference/api/bookmarks)
- [React Docs](https://react.dev/)
### Build instructions
- Install libraries `npm install`
- Live server for testing: `npm run dev`
- create unpacked extension in dist folder `npm run build`
|