Skip to content

t-rhex/OpenSourceChurchTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js CI

Open Source Church WebApp Template

A WebApp template where churches can connect with current and prospective community members.

Everyone is invited to collaborate.

Live Link

revival-tan.vercel.app

Maintainer

@t-rhex

Contributing

Communications:

Fork the Repository

  1. To fork the repository, click on the "Fork" button from the repository main page
  2. Click "Create New Fork" page where you select the owner (your personal github account)
  3. Connect your local to the original “upstream” repository by adding it as a remote.
  4. Create a branch for your own edits

Resolving an Issue

  1. Browse Open Issues on the main repository
  2. Pick an issue you are capable of working on
  3. Work on your forked and updated repo with your feature branch
  4. Submit a PR (Pull Request)
    • Squash multiple commits into one
    • Reference any relevant issues or supporting documentation in your PR (for example, “Closes #37.”)

General Note: Pull in changes from “upstream” often so that you stay up to date and have less merge conflicts

Refer to the documentation below for more information:

Getting Started

Clone the forked repository to your local machine or open in codespaces

Run the development server:

cd frontend
npm install
npm run build
npm run dev

or

yarn dev
# or
pnpm dev
# or
bun dev

Navigate to http://localhost:3000 with your browser to see the site.

From this Fork, you can now adjust and change the codebase

Deploy on Vercel

The easiest way to deploy this Church Template is to use the Vercel Platform.

Built With

License

MIT License © Andrew Adhikari