From 7e11d9cfa39a833c9a3cad77cf122e3a4c48690e Mon Sep 17 00:00:00 2001 From: grobolom Date: Sat, 10 Jun 2017 17:22:15 -0400 Subject: [PATCH] Add a README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb12034 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Github Team Status Monitor + +For now, startup is a bit wonky. + +``` +docker-compose up -d scrounger +cd overwatch +npm install +npm start +``` + +Still working on a proper dockerization, and fiddling with auth, which is very +important for this app.