Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 804 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 804 Bytes

DevChat

created by Josh Mabry

About

This is a Slack clone made using React, Redux, Firebase, and styled using Semantic UI.

Development

  • Clone this repo
  • run npm install in root folder
  • run npm run start to start the development server

Be sure to update src/firebase.js with your own firestore settings

Build

  • run npm run build to create the build folder
  • run firebase init and be sure that the database and storage rules match the example files, otherwise copy those into the newly created ones
  • run firebase deploy

Contributing

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

License

MIT