Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 147 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 147 Bytes

ci-user-frontend

Starting the application

From application root, run

yarn install && yarn start

or using npm,

npm install && npm start