From 305c108825b2a70347b1b8f75cbf94adcd711a58 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 12 Nov 2015 13:53:54 -0700 Subject: [PATCH] Clean up README Fixes #36 --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 16e11f0..aa5a107 100644 --- a/README.md +++ b/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 ` 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