A technical forum for the Hack Reactor Remote Community to share their expertise
- Product Owner: Aimee Rosato
- Scrum Master: Dan Molitor
- Development Team Members: Chris Patton, Michael Dziedzic
Once the app is deployed (or run locally), users should be able to sign in with their GitHub accounts. They can ask a question in a specific forum, or comment on someone else's question.
- Node ^4.0.0
From within the root directory:
sudo npm install -g bower
npm install
bower install
gulp
Note: You may need to individually install the following modules: moment and colors
npm install moment
bower install --save moment
npm install colors
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.