Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 912 Bytes

File metadata and controls

27 lines (18 loc) · 912 Bytes

authmaker-scopes-app

This app powers the plan choice and subscription aspects of Authmaker. This app is consumed by the core Authmaker server as an NPM repository and is not intended to be run on its own.

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

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

Further Reading / Useful Links