git clone https://github.com/alexlafroscia/ember-runtime-config.git
cd ember-runtime-config
pnpm install
pnpm run lint
pnpm run lint:fix
cd packages/ember-runtime-config
pnpm run build
cd packages/test-app
pnpm run test
– Runs the test suite on the current Ember versionpnpm run test:watch
– Runs the test suite in "watch mode"
cd packages/test-app
pnpm run start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.