parent
e5dc115607
commit
305c108825
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -1,9 +1,6 @@
|
|||
# hymenobacterdotinfo
|
||||
|
||||
Detailed information to come --- for now see the ember-cli boilerplate below.
|
||||
|
||||
This README outlines the details of collaborating on this Ember application.
|
||||
A short introduction of this app could easily go here.
|
||||
This ember application is an interface for the [bactdb](https://github.com/thermokarst/bactdb).
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
@ -17,13 +14,14 @@ You will need the following things properly installed on your computer.
|
|||
|
||||
## Installation
|
||||
|
||||
* `git clone <repository-url>` this repository
|
||||
* `git clone https://github.com/thermokarst/hymenobacterdotinfo` this repository
|
||||
* change into the new directory
|
||||
* `npm install`
|
||||
* `bower install`
|
||||
|
||||
## Running / Development
|
||||
|
||||
* Launch `bactdb`
|
||||
* `ember server`
|
||||
* Visit your app at [http://localhost:4200](http://localhost:4200).
|
||||
|
||||
|
@ -43,7 +41,8 @@ Make use of the many generators for code, try `ember help generate` for more det
|
|||
|
||||
### Deploying
|
||||
|
||||
Specify what it takes to deploy your app.
|
||||
* `ember build -e staging`
|
||||
* `firebase deploy`
|
||||
|
||||
## Further Reading / Useful Links
|
||||
|
||||
|
|
Reference in a new issue