git clone <repository-url>cd glimmer-scoped-csspnpm install
pnpm lintpnpm lint:fix
cd glimmer-scoped-csspnpm build
cd test-apppnpm test– Runs the test suite on the current Ember version
cd test-apppnpm start- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.
Caching can cause confusion while developing. When iterating on the AST transform, you will need to restart test-app to see changes. You also may need to change template files to trigger a rebuild.