git clone <repository-url>
cd ember-phosphor-icons
pnpm install
pnpm lint
pnpm lint:fix
cd ember-phosphor-icons
pnpm build
This instruction will generate all component files, the index.ts
, and the template registry.
cd ember-phosphor-icons
pnpm run assemble
cd test-app
pnpm test
– Runs the test suite on the current Ember versionpnpm test:watch
– Runs the test suite in "watch mode"
cd test-app
pnpm start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.