From b98153390eb63f256f6e53a12e2399a8d11f070f Mon Sep 17 00:00:00 2001 From: Merritt-Brian <50592701+Merritt-Brian@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:40:01 -0500 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc32007..56df19a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,38 @@ # Mytax2 - Realtime reporting + +## Create Conda Environment +``` +conda create -f environment.yml +``` + + ## Project setup ``` npm install ``` -### Compiles and hot-reloads for development +## Starting Development + +Run the below 2 commands: + +### Compiles and hot-reloads for development on frontent ``` npm run serve ``` -### Compiles and minifies for production +### Compiles and hot-reloads for development on server +``` +npm run server +``` + + +## Building Production package ``` npm run build ``` -### Lints and fixes files +### Lints and fixes files (development only) ``` npm run lint ```