A web app to chair Model United Nations conferences.
- Fork, clone, and navigate to this repository
- 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"; - This project is designed to use a Firebase Database. Either create your own project in Firebase or contact me for the keys.
- Run
npm installfor dependencies. - Run
npm start. The project will be hosted atlocalhost:5000/.