summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-11-17 15:46:12 +0200
committerYuval Adam <_@yuv.al>2018-11-17 15:49:40 +0200
commitb8c2848e6b38c5aaafbe307494865066c748fff8 (patch)
tree2c45b848a8d6dd529cde6efdf64f3c88c888d7ed /README.md
parentf3b7cc1b3f896462ef0ceac646308d08a2dab3a9 (diff)
Initial v4.0 - migrate back to React
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 13ac7e5..b2ad27b 100644
--- a/README.md
+++ b/README.md
@@ -16,17 +16,19 @@ The entire service is served off of static assets located in S3 buckets:
## Dev
-### Static Assets
+Install dependencies and run dev server:
-Install dependencies:
```bash
$ yarn install
+$ yarn start
```
+### Deploy
+
Build the JS bundle:
```bash
-$ yarn run build
+$ yarn build
```
Deploy new static assets to S3: