/audit-app

OS X app - Built on Electron

Primary LanguageJavaScript

Audit

This app was built to audit, and remediate, security configuration settings.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

  • ember electron

Code Generators

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

Running Tests

  • ember electron:test

Building

  • ember electron:package (production)

Deploying

TODO

Further Reading / Useful Links