git clone https://github.com/prysmex/ember-mapbox-gl
cd ember-mapbox-gl
pnpm install
pnpm lint
pnpm lint:fix
pnpm run test
– Runs the test suite on the current Ember versionpnpm run test:ember -- --server
– Runs the test suite in "watch mode"pnpm run test:ember-compatibility
– Runs the test suite against multiple Ember versions
pnpm run start
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.