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