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 apps/test-app
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 test application to see the changes in action, or you can use the compiled CSS in your own project.
pnpm start:test-app
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.