Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 585 Bytes

File metadata and controls

23 lines (16 loc) · 585 Bytes

inner-circle-layout-ui

If you develop inside Dev Containers you need

If you open this project in VSCode please install Dev Containers extension and agree to re-open this project's folder in it with installing all the rest of recommended extensions.

Getting Started

# run once to install dependencies
npm ci

# to run application
npm run start

Run component tests

npm run cy:component