Official Website: https://bigdatahack.femaletechleaders.org/
- Install dependencies
npm install
- start server
npm start
npm run build
firebase login
(if you are doing it for the first time)firebase deploy
For the sake of speedy development, I used Bulma for styling the elements. Please refer to their documentation when styling elements (but you actually shouldn't have to!): https://bulma.io/documentation/.
The theme can be modified in App.scss
, where we can add our brand colors, once we have a final design.
This project was bootstrapped with Create React App.
Followed this tutorial: https://css-tricks.com/building-a-real-time-chat-app-with-react-and-firebase/