diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-09-27 22:07:43 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-09-27 22:07:43 -0400 |
commit | 2ef0f398c918ae64f490c559d44c5204f049243d (patch) | |
tree | a6910196f0eb77d1595ef3627b6baf27c7a1a235 /README.md | |
parent | 467116bc270cc3a46f9a7570f77ec79fb6ccc386 (diff) | |
download | bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.tar.gz bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.tar.bz2 bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.zip |
REACT
Diffstat (limited to '')
-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 |