/bike-love-q-a

A question and answer board for bike collectives and the people who love them

Primary LanguageJavaScript

Message board

By Diana Holland Date of current version: October 8, 2015

Bike Love Q&A

This is a prototype of a site to easily communicate with volunteers at a local bike collective. Curious about starting a bike collective in your own town? Know a sweet DIY tip for removing a crank arm in a pinch? Post your question or answer here. Everyone is welcome to ask or answer.

User Interface

It mimics Bike Farm's color scheme.

Prerequisites

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

Installation

  • git clone https://github.com/theholla/bike-love-q-a.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links