diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,4 +3,9 @@ beyond the bar ### Development resources - [Chrome Bookmarks API](https://developer.chrome.com/docs/extensions/reference/api/bookmarks) -- [React Docs](https://react.dev/)
\ No newline at end of file +- [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`
\ No newline at end of file |