How To Contribute
January 4, 2024 · View on GitHub
Installation
git clone https://github.com/fivetanley/ember-cli-dotenv.gitcd ember-cli-dotenvyarn install
Linting
yarn lintyarn lint:fix
Running tests
yarn test– Runs the test suite on the current Ember versionyarn test:ember --server– Runs the test suite in "watch mode"yarn test:ember-compatibility– Runs the test suite against multiple Ember versions
Running the dummy application
yarn start- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://cli.emberjs.com/release/.