JakeOrichmond / EmberCodeReview

Question board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just Assk

This is a simple app built with Ember.js, it allows users to post a question, the question is saved and other users can see details about the questions and add answers.

Prerequisites

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

Installation

  • git clone https://github.com/JakeOrichmond/EmberCodeReview.git
  • 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)

Known Bugs

No known bugs

Support and contact details

If you need help please check the Contact me at jakeorichmond@gmail.com

Technologies Used

JavaScript, Ember.js, Firebase, JSON, Materialize CSS and HTML

License

This webpage was created under the MIT license

Copyright (c) 2016 Jake Richmond

Further Reading / Useful Links

About

Question board


Languages

Language:JavaScript 70.2%Language:HTML 29.6%Language:CSS 0.2%