Skip to content

UKHomeOffice/home-office-forms-demo

Repository files navigation

Home Office Forms Demo Application

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.

How to run the app locally

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/