Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 924 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 924 Bytes

Ministry Scheduler

This is a simple app for creating a monthly schedule for a church A/V ministry. Future plans may introduce customization for other ministries.

Getting Started

Requirements

This app uses Firebase Auth and Realtime Database.

After creating your new Firebase project, create a .env file in the root directory. This file should contain the following environment variables.

REACT_APP_API_KEY=xxxxxxxx
REACT_APP_AUTH_DOMAIN=xxxxxxxx.firebaseapp.com
REACT_APP_DATABASE_URL=https://xxxxxxxx.firebaseio.com
REACT_APP_PROJECT_ID=xxxxxxxx
REACT_APP_STORAGE_BUCKET=xxxxxxxx.appspot.com
REACT_APP_MESSAGING_SENDER_ID=xxxxxxxx

Available scripts

$ npm install
$ npm run start
$ npm run build

Acknowledgements

This project was bootstrapped with Create React App.