Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 365 Bytes

File metadata and controls

22 lines (16 loc) · 365 Bytes

Installation instructions

Installing

# Clone the project from github
git clone https://github.com/cfpb/ccdb5-ui.git
cd ccdb5-ui
corepack enable
yarn install

Yarn is managed via Corepack, using the version pinned in package.json.

Verifying the build

yarn build
yarn start

Open http://localhost:3000 to view it in the browser.