This repo is divided into multiple packages using Yarn workspaces:
addon
is the actual ember-page-title addontest-app
is its test suitedocs
is the documentation/marketing site
git clone <repository-url>
cd ember-page-title
pnpm install
Inside any of the packages you can run:
pnpm lint
pnpm lint:fix
cd test-app && ember test
– Runs the test suite on the current Ember versioncd test-app && ember test --server
– Runs the test suite in "watch mode"cd test-app & ember try:each
– Runs the test suite against multiple Ember versions
cd test-app && ember serve
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.