Skip to content

WorktrollyUi Setup

Thanvi lahari Pendyala edited this page Dec 10, 2021 · 6 revisions

How to setup worktrolly-ui (using CLI):

  1. Clone the repository.
  2. Setup firebase project.
  3. Go to worktrolly-ui.
  4. Run command npm install
  5. Install latest Angular: npm install -g @angular/cli
  6. Go to /environments
  7. Open environments.ts
  8. Enter Your Firebase key
  9. Run ng serve from /worktrolly-ui
  10. Run firebase emulators:start from /worktrolly-ui simultaneously.
  11. Login to worktrolly-ui using google auto generated credentials.
  12. Click the button “auto setup”.
  13. Visit the firestore link from the terminal.
  14. Type your team Id in the SelectedTeamId column

Click here to get started with Angular

Click here to clone and add firebase project