From ebc2189970d569b637839ffab6069b0ad656eaa7 Mon Sep 17 00:00:00 2001 From: NathanRLiu <32796816+NathanRLiu@users.noreply.github.com> Date: Mon, 15 May 2023 21:31:53 -0700 Subject: [PATCH] add back README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index e69de29b..2e75f016 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,24 @@ +# ops + +Run all of the projects in this repo: +```bash +bash start-all.sh +``` + +To install dependencies: + +```bash +npm ci +``` + +To run on your local machine: + +```bash +npm run clean-build; +npm start; +``` + +To run only the api in docker: +```bash +npm run dev +``` \ No newline at end of file