Skip to content

kanzucodefoundation/project-zoe-client

Repository files navigation

About project Zoe

Project Zoe is a church management centered on what's at the heart of all ministry - people. The platform simplifies the process of managing people and their relationships between each other and the church, keeping track of data across the organization and creates a foundation for adding new features that are specific to your church.

The tech

This repo holds the Project Zoe church relationship management system (RMS) client. It was bootstrapped with Create React App.

Project Setup / Installation 🚀

  1. Clone the repository:

git clone https://github.com/kanzucodefoundation/project-zoe-client.git

  1. Checkout to the Develop branch

git checkout develop

  1. Install dependencies with npm version 6.14.5:

npx npm@6.14.5 install

  1. Create a .env file based on the .env.sample.

You should set the REACT_APP_ENVIRONMENT=local if you are running the app locally.

  1. Finally, spin up the project with:

npm start

Please Note:

Available npm scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

-See the section about deployment for more information.

Contributing

Before making any contribution to this codebase, please read through this contributing guide.

Commitizen friendly

Commitizen friendly

Badges

Build & Deploy workflow

codecov

Github Actions

This repo is automatically deployed to the prod server using github actions. We create an .env file during the deployment process. Rather than add each environment variable to the file one by one, we copied a complete .env file and encrypted it using base64. We use the command:

openssl base64 -A -in .env -out .env.prod.encrypted

We then get the contents of .env.prod.encrypted and add them as a Github Action variable called PROD_ENV_FILE

Learn More

About

The Project Zoe church relationship management system (RMS) client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published