/ChumsApp

CHUrch Management Software - The main web application (app.chums.org)

Primary LanguageTypeScriptMIT LicenseMIT

CHUMS

CHUrch Management Software

Visit https://chums.org/ to learn more.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Join us on Slack.

Depends on

Dev Setup Instructions

For the APIs, you may either set them up on your local machine first, or point to the staging server copies during development. The staging server urls are in the sample dotenv files.

ChumsApp

  1. Copy dotenv.sample.txt to .env and updated it to point to the appropriate API urls.
  2. Pull the appBase submodule with: git submodule init && git submodule update
  3. Install the dependencies with: npm install
  4. run npm start to launch the project.

ChumsApp Dev Setup