From 9696e35705d6d022aa9eaba05b9b6e8259976fea Mon Sep 17 00:00:00 2001 From: ikuleshov Date: Thu, 10 Oct 2024 13:13:19 -0700 Subject: [PATCH] Update README.md instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e278214e..2d958471 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,14 @@ yarn start:app:production This will set up a local hot-reloading instance of the app that can try out at `http://localhost:5000` +### Deployment + +Make sure to install all the dependencies as described in the previous step. Then run the following (from the top level directory) and answer all prompts: + +```shell +yarn deploy:app:production +``` + ### Testing To run tests, first make sure you have all the dependencies installed: