This repo is divided into multiple packages using Yarn workspaces:
addonis the actual ember-page-title addontest-appis its test suitedocsis the documentation/marketing site
git clone <repository-url>cd ember-page-titlepnpm install
Inside any of the packages you can run:
pnpm lintpnpm lint:fix
cd test-app && pnpm vite- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.