Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 684 Bytes

getting-started.md

File metadata and controls

23 lines (14 loc) · 684 Bytes

Getting Started

Requirements:

Install Dependencies

  • Run yarn from ./clients. This will install dependencies for all three packages.

Starting Applications

  • Appointments: yarn workspace @canvas-medical/embed-appointments start
  • Scheduler: yarn workspace @canvas-medical/embed-scheduler start

Testing Applications

  • Appointments: yarn workspace @canvas-medical/embed-appointments test
  • Common: yarn workspace @canvas-medical/embed-common test
  • Scheduler: yarn workspace @canvas-medical/embed-scheduler test

New tests should be added to each packages' ./tests directory.