git clone <repository-url>pnpm installcd packages/components
pnpm build
To set a watcher on files located in src and rebuild on change
pnpm start
pnpm lintpnpm lint:fix
pnpm lint:csspnpm lint:css:fix
Notice: to have VSCode autofix the code on save, you have to:
- install the Stylelint extension
- in either the user or workspace settings add the entry
"source.fixAll.stylelint": trueto theeditor.codeActionsOnSaveoption
The associated test application is located at the root of the monorepo, in showcase
cd showcaseember test– Runs the test suite on the current Ember versionember test --server– Runs the test suite in "watch mode"ember try:each– Runs the test suite against multiple Ember versions
cd showcasepnpm start- Visit the application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.