Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 344 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 344 Bytes

Hi-Board Platform

Plan, track and monitor the on-boarding process of your company's new employees

Run the project

  • Clone this repo
  • run:
npm i
  • start:
npm run start

Run E2E tests in dev mode

npm run e2e

Run E2E tests in CI mode

npm run e2e:ci