Skip to content

Commit

Permalink
making the readme slightly better
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 25, 2018
1 parent ff3755f commit 2614853
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,13 @@
# authmaker-scopes-app

This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.

## Prerequisites

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

* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with npm)
* [Ember CLI](https://ember-cli.com/)
* [Google Chrome](https://google.com/chrome/)

## Installation

* `git clone <repository-url>` this repository
* `cd my-app`
* `npm install`
This app powers the plan choice and subscription aspects of [Authmaker](https://authmaker.com). 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

* `ember serve`
* `npm start`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).

### Code Generators

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

### Running Tests

* `ember test`
Expand All @@ -38,15 +18,6 @@ Make use of the many generators for code, try `ember help generate` for more det
* `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

* [ember.js](https://emberjs.com/)
Expand Down

0 comments on commit 2614853

Please sign in to comment.