aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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