created by Josh Mabry
This is a Slack clone made using React, Redux, Firebase, and styled using Semantic UI.
- Clone this repo
- run
npm installin root folder - run
npm run startto start the development server
Be sure to update src/firebase.js with your own firestore settings
- run
npm run buildto create the build folder - run
firebase initand be sure that the database and storage rules match the example files, otherwise copy those into the newly created ones - run
firebase deploy
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change
Please make sure to update tests as appropriate