A basic forum where users can create, view and vote on posts. Uses firebase for a database and mui for the design.
- Clone repo
- Setup firebase project on firebase's website
- Add firestore database to firebase project
- Add firebase/firestore details to src/firebase/config.js file
- run from the project directory:
npm install
- run:
npm start