# Clone the project from github
git clone https://github.com/cfpb/ccdb5-ui.git
cd ccdb5-ui
corepack enable
yarn installYarn is managed via Corepack, using the version pinned in package.json.
yarn build
yarn startOpen http://localhost:3000 to view it in the browser.