This repository contains all GOFR apps that are shipped with GOFR. It also contains a startup template that can help you to quickly create a GOFR App using VUEJS. A GOFR App can be cloned as below
git clone --single-branch --branch <app-name> https://github.com/intrahealth/gofr-core-apps.git <app-name>
Replace app-name with the name of the app you are cloning. ie gofr-translator app can be cloned as below
git clone --single-branch --branch gofr-translator https://github.com/intrahealth/gofr-core-apps.git gofr-translator
Do the same for cloning the startup template