[tor-commits] [snowflake-webext/master] Added npm run build command to 'Testing'

cohosh at torproject.org cohosh at torproject.org
Thu May 21 01:54:02 UTC 2020


commit e066be4465d337ce6d7e1e586830c7061ef8993e
Author: HashikDonthineni <hashikdonthineni at gmail.com>
Date:   Fri May 8 20:25:47 2020 +0530

    Added npm run build command to 'Testing'
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a2547d0..a2d8478 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,12 @@ npm install
 npm test
 ```
 
-To run locally, start an http server in `build/` and navigate to `/embed.html`.
+To run locally, first build it with:
+
+``` 
+npm run build 
+```
+Then start an HTTP server in `build/` and navigate to `/embed.html`.
 
 ### Preparing to deploy
 



More information about the tor-commits mailing list