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

wstrinz/BSB

Repository files navigation

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

About

Consume All The Informations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published