This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- This installation was tested using Node v14.19.1
- Ember CLI
- Google Chrome
git clone <repository-url>this repositorycd labs-applicant-mapsyarn
yarn start- Visit your app at http://localhost:4200.
yarn test- Visit your tests at http://localhost:4200/tests.
To run the app against a local development API (labs-applicantmaps-api), make sure the API is running and serve the Ember app in the devlocal environment:
ember s --environment=devlocal
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
See full documentation here: https://github.com/kategengler/ember-cli-browserstack#how-to-set-up-automated-testing-with-browserstack-using-this-addon
- Setup your .env with browserstack information
- Run
ember browserstack:connect - Run your test server
ember test - Run
ember browserstack:disconnectWhen done
npm run lint:hbsnpm run lint:jsnpm run lint:js -- --fix
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.