This repo is divided into multiple packages using Yarn workspaces:
tracked-toolboxis the actualtracked-toolboxaddontest-appcontainstracked-toolboxtest suite
git clone https://github.com/tracked-tools/tracked-toolbox.gitcd tracked-toolboxpnpm install
pnpm lintpnpm lint:fix
cd tracked-toolboxpnpm build
cd test-apppnpm test– Runs the test suite on the current Ember versionpnpm test:watch– Runs the test suite in "watch mode"
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/.