Skip to content

Authmaker/scopes-app

Repository files navigation

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