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

Megalithic-LLC/email-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 20, 2019
06b94f0 · Oct 20, 2019

History

44 Commits
Oct 19, 2019
Oct 4, 2019
Oct 4, 2019
Oct 19, 2019
Oct 4, 2019
Oct 4, 2019
Oct 7, 2019
Oct 4, 2019
Oct 4, 2019
Oct 4, 2019
Oct 4, 2019
Oct 9, 2019
Oct 20, 2019
Oct 4, 2019
Oct 5, 2019

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