Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 363 Bytes

File metadata and controls

18 lines (9 loc) · 363 Bytes

INSTALL

Command

npm install -g yarn; ls; cd src; yarn install; cd ..; npm run lint -- --fix; npm install --save @fortawesome/fontawesome-free

BUILD

Command to Run Developer mode

yarn dev

Command to Build App

yarn build

image