/message-board-ember

A Q&A board to get technical questions answered

Primary LanguageJavaScript

Seek & Find

By Megan Warnock

Description

Seek & Find is a message-board website that allows users to post technical questions and get them answered by the Seek & Find community.

Prerequisites

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

Installation

This application also uses a Firebase database. If you want to connect using your own database create a new Firebase application and configure the settings in the environment.js file found in the config folder:

firebase: { apiKey: "YOUR API KEY", authDomain: "YOUR AUTH DOMAIN", databaseURL: "YOUR DATABASEURL", storageBucket: "YOUR STORAGEBUCKET", },

In your terminal run these commands:

  • git clone <https://github.com/warnock/message-board-ember.git> this repository
  • cd message-board
  • npm install
  • bower install

Running / Development

Code Generators

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

Building

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

Further Reading / Useful Links

Support or contact details

Contact Megan at megandwarnock@gmail.com if any questions.

License

Copyright (c) 2017 MIT License