commit e066be4465d337ce6d7e1e586830c7061ef8993e Author: HashikDonthineni hashikdonthineni@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
tor-commits@lists.torproject.org