By Diana Holland Date of current version: October 8, 2015
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.
It mimics Bike Farm's color scheme.
You will need the following things properly installed on your computer.
git clone https://github.com/theholla/bike-love-q-a.git
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.