diff --git a/README.md b/README.md index e69de29..2e75f01 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