A simple Q&A platform. People can ask questions and receive comments and upvotes from peer users.
- JavaScript (ES6)
- Node.js
- React.js
- Firebase DB
- Make sure to have Node.js installed
- Configure Facebook and Firebase properly. Read the manual and do steps 1 to 3c. Open
config/config.example.json, fill out all fields, and rename the file toconfig/config.json. - Import
config/db-schema-firebase.jsoninto Firebase. - Install all dependencies by running
$ sudo npm install - Run
$ npm run build:watch - In a new tab, run
$ npm start - Check your browser on
localhost:3000