- Reach out to the Enveritas Frontend Team
- utilize
nvm
for node version management
-
npm ci
to get all the packages needed. -
npm run create-component
if you're creating a new component.- Follow the prompts and it will generate a new component folder and boilerplate files to get you started.
-
npm run dev
to start Storybook
- Should be generic or self-encapsulated enough to be importable into any of our React-based projects.
- Before any new component or component update is submitted for review, test coverage should be added to accomidate it.
- Should to be approved by a combination of frontend and design team members.