Skip to content

natewu/Strife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Strife

In development with bugs please check issues tab!

Info

Chat app built on React js, Redux, Firebase(for easy fast prototyping BaaS, might switch to Express and another database later)

Setup

  1. Edit the .envfile within the /web folder, use your own firebase credentials.
  • If you don't already have firebase, create a project and select "web" as well as enable Firestore, Authentication, and Cloud Storage services.
  1. In /web, run npm start
  2. Contribute!