diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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: |
