Skip to content

ChurchApps/ChurchAppsWeb

Repository files navigation

ChurchAppsWeb

Brochure site for (churchapps.org)

Get Involved

🤝 Help Support Us

The only reason this program is free is because of the generous support from users. If you want to support us to keep this free, please head over to ChurchApps or sponsor us on GitHub. Thank you so much!

🏘️ Join the Community

We have a great community for end-users on Facebook. It's a good way to ask questions, get tips and follow new updates. Come join us!

⚠️ Report an Issue

If you discover an issue or have a feature request, simply submit it to our issues log. Don't be shy, that's how the program gets better.

💬 Join us on Slack

If you would like to contribute in any way, head over to our Slack Channel and introduce yourself. We'd love to hear from you.

🏗️ Start Coding

Dev Setup Instructions

Using Docker

The easiest way to get the project set up for local development is to use the Docker setup instructions, with the "FullStack" container.

Manual Setup

This project depends on several 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.

  1. Copy dotenv.sample.txt to .env and updated it to point to the appropriate API urls.
  2. Install the dependencies with: npm install
  3. Run npm start to launch the project.