From 1f86fcb029b40a81c7a865412b042090d34d7ec3 Mon Sep 17 00:00:00 2001 From: androiddrew Date: Sun, 24 Jun 2018 19:38:05 -0400 Subject: [PATCH] Added development instructions --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index a5ac30c..972abd7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # Booker Booker is a vuejs SPA with a python Flask backend. + + +#Dev + +git clone https://git.androiddrew.com/androiddrew/booker.git + +### Client Installation +``` +$cd ./client +$npm install +$npm run serve +``` + +### Server Installation +``` +$python -m venv env +$source env/bin/activate +$(env)cd ./server +$(env)pip install -e . +$(env)./serve +``` \ No newline at end of file