Skip to content
This repository has been archived by the owner on Dec 25, 2020. It is now read-only.

Megalithic-LLC/email-console

Repository files navigation

On-Prem Email Console

The Console UI for the On-Prem Email server.

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links