From 2d9bbad35752ebbc182500e21d9d29df8ef69c71 Mon Sep 17 00:00:00 2001 From: "Wortman, Elliot (UG - Comp Sci & Elec Eng)" <ew00710@surrey.ac.uk> Date: Sun, 26 Nov 2023 17:12:04 +0000 Subject: [PATCH] Update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 909af89..ba32c5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # NanoPatch -This template should help get you started developing with Vue 3 in Vite. +Run deployment bash script (if `dist` folder is not present) \ +`./deploy.sh` + +Install required packages \ +`pip install -r requirements.txt` + +Run NanoPatch UI \ +`flask run` ## Recommended IDE Setup -- GitLab