Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Latest commit

 

History

History
49 lines (34 loc) · 1.36 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.36 KB

BSB

A personal feed reader built with EmberJS and Sinatra.

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
  • bundle install
  • Create postgres user bsb (createuser bsb)
  • Create postgres database bsb_development (createdb bsb_development)
  • rake db:migrate

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

  • Can be deployed to heroku (instructions coming soon)

Further Reading / Useful Links