Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 770 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 770 Bytes

Chair App

A web app to chair Model United Nations conferences.

Setup

  1. Fork, clone, and navigate to this repository
  2. You will need to create src/constants/dbconfig.js. The file should be of the form:
        export const apiKey= "stuffHere";
        export const authDomain= "stuffHere";
        export const databaseURL= "stuffHere";
        export const projectId= "stuffHere";
        export const storageBucket= "stuffHere";
        export const messagingSenderId= "stuffHere";
        export const appId= "stuffHere";
    
  3. This project is designed to use a Firebase Database. Create your own project in Firebase to see it work!
  4. Run npm install for dependencies.
  5. Run npm start. The project will be hosted at localhost:5000/.