Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 375 Bytes

ui_setup_local.md

File metadata and controls

33 lines (22 loc) · 375 Bytes

Local Setup

Fidelius UI

1.) Clone the git repository to your desktop

git clone https://github.com/FINRAOS/fidelius.git

2.) Navigate to the directory the repository saved to

cd fidelius/fidelius-ui

3.) Run NPM install

npm install

4.) Run NPM run start

npm run start

5.) Start mock server

npm run api