git clone <repository-url>
cd liquid-fire
npm install
npm run lint
npm run lint:fix
cd liquid-fire
npm build
cd test-app
npm run test
– Runs the test suite on the current Ember versionnpm run test:watch
– Runs the test suite in "watch mode"
cd test-app
npm run start
- Visit the test application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.