Dashboard Dashboard of Focus First step git clone git@github.com:FocusCompany/dashboard.git cd dashboard npm install How to run the frontend locally npm run start How to deploy the frontend on github pages ng build --prod --aot=false --base-href "https://focuscompany.github.io/dashboard/" npx angular-cli-ghpages