A WebApp template where churches can connect with current and prospective community members.
Everyone is invited to collaborate.
Communications:
- To fork the repository, click on the "Fork" button from the repository main page
- Click "Create New Fork" page where you select the owner (your personal github account)
- Connect your local to the original “upstream” repository by adding it as a remote.
- Create a branch for your own edits
- Browse Open Issues on the main repository
- Pick an issue you are capable of working on
- Work on your forked and updated repo with your feature branch
- 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:
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
The easiest way to deploy this Church Template is to use the Vercel Platform.
MIT License © Andrew Adhikari