pranavmalvawala / ChumsApp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 95.7%Language:CSS 2.6%Language:JavaScript 1.4%Language:HTML 0.3%Language:Dockerfile 0.1%