Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index ad1221a..6ae4673 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,10 @@
docker run --rm --init -it -v $PWD:/usr/src/app -p 8080:8080 btroops
+or, run the start script
+
+ ./run-start
+
Visit `localhost:8080` to view.
## Run a test
@@ -22,6 +26,10 @@ The container can access the outside without setting a port or a network. The ne
docker run --rm -it -v $PWD:/usr/src/app btroops npm run test:integ
+or, run the test script
+
+ ./run-test
+
## Rough way to save the SVG map generated by JavaScript client-side
const XMLS = new XMLSerializer();