git clone https://github.com/knoxville-utilities-board/nrg-ui.git
(orgit clone git@github.com:knoxville-utilities-board/nrg-ui.git
)pnpm install
pnpm lint
pnpm lint:fix
cd packages/design-system
pnpm build
cd packages/ember
pnpm build
cd docs
pnpm test
– Runs the test suite on the current Ember versionpnpm test:watch
– Runs the test suite in "watch mode"
pnpm start:design-system
- Note that the design system does not provide its own application. You can use the Ember docs application to see the changes in action, or you can use the compiled CSS in your own project.
pnpm start:docs
- Visit the docs application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.