aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-09-27 22:07:43 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-09-27 22:07:43 -0400
commit2ef0f398c918ae64f490c559d44c5204f049243d (patch)
treea6910196f0eb77d1595ef3627b6baf27c7a1a235 /README.md
parent467116bc270cc3a46f9a7570f77ec79fb6ccc386 (diff)
downloadbookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.tar.gz
bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.tar.bz2
bookmarks-home-2ef0f398c918ae64f490c559d44c5204f049243d.zip
REACT
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f0dcf5..360138c 100644
--- a/README.md
+++ b/README.md
@@ -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