Skip to content

bmun/chairing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • CSS 5.9%
  • HTML 2.9%