Currently a work in progress. The Home Office Forms (HOF) Example app will be used by developers to learn and understand more about the HOF framework. Developers will be able to learn and test out different components in the framework and build their own app using the framework. There will be forms built using the framework available for demoing.
Install Homebrew, if it is not installed
Once Homebrew is installed run
brew install nvm
source ~/.bash_profile
Install the correct version of node
nvm install 18.12.1
Set the node version
nvm use 18.12.1
Clone the service locally
git clone ...
Install yarn
npm i yarn -g
Install the dependencies
yarn
Run in development mode
yarn start:dev
go to http://localhost:8080/