From 7036f8c3c905c92709a83b90e81e6eaa60d321db Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Tue, 7 Mar 2023 20:19:32 +0530 Subject: [PATCH] enhanced the readme with addition of yarn setup steps Signed-off-by: Sambhav Gupta --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index fc11e19c..74b964a6 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,32 @@ npm install -g yarn ### Installation +#### Yarn Setup + +To run the Vue app locally, you can follow the below procedure: + +1. Clone [FLINT.UI](https://github.com/moja-global/FLINT-UI) repository: + +```shell +git clone https://github.com//FLINT-UI +``` +2. Go to the flint.ui folder and run yarn install. +```shell +cd flint.ui +yarn install +``` + +3. Run yarn serve to start the Vue app server. +```shell +yarn serve +```` + +4. Go to 127.0.0.1:8000 to view the Vue app. + + + +#### Docker Setup + To set up this project locally follow the below procedure: 1. Pull the below docker image to run `flint.example`: