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