Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.02 KB

Message Board

Description

This web app is a forum where users can post questions and get answers from other users. The user can also answer other questions posted by someone else. The user can add their favorite answers to a list if they wish to refer later.

Technologies Used

  • JavaScript, using the Ember framework
  • HTML
  • CSS

Prerequisites

You will need the following things properly installed on your computer to use this app.

Installation

  • git clone <repository-url> this repository
  • cd message-board
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

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

Author

Gitu Mbugua

License

LICENSE