From b8c2848e6b38c5aaafbe307494865066c748fff8 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 17 Nov 2018 15:46:12 +0200 Subject: Initial v4.0 - migrate back to React --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') 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: -- cgit v1.3.1