https://github.com/wewillcraft/capital-c
Everything you need to shepherd your church.
https://github.com/wewillcraft/capital-c
church-management deno fresh surrealdb
Last synced: 2 months ago
JSON representation
Everything you need to shepherd your church.
- Host: GitHub
- URL: https://github.com/wewillcraft/capital-c
- Owner: wewillcraft
- License: other
- Created: 2025-07-09T08:20:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T16:21:32.000Z (11 months ago)
- Last Synced: 2025-08-04T03:29:02.471Z (11 months ago)
- Topics: church-management, deno, fresh, surrealdb
- Language: TypeScript
- Homepage: https://capitalc.club
- Size: 227 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Capital C

Everything you need to shepherd your church.
## Dependencies
- [Deno](https://deno.com/)
- [Docker](https://www.docker.com/)
## Development
Once you have all the dependencies installed, you can start the development
server by running:
```bash
deno task start
```
For more details, see [DEVELOPMENT.md](DEVELOPMENT.md).
## Contributing
**Imposter syndrome disclaimer**: We want your help. No, really.
There may be a little voice inside your head that is telling you that you're not
ready to be an open source contributor; that your skills aren't nearly good
enough to contribute. What could you possibly offer a project like this one?
We assure you - the little voice in your head is wrong. If you can write code at
all, you can contribute code to open source. Contributing to open source
projects is a fantastic way to advance one's coding skills. Writing perfect code
isn't the measure of a good developer (that would disqualify all of us!); it's
trying to create something, making mistakes, and learning from those mistakes.
That's how we all improve, and we are happy to help others learn.
Being an open source contributor doesn't just mean writing code, either. You can
help out by writing documentation, tests, or even giving feedback about the
project (and yes - that includes giving feedback about the contribution
process). Some of these contributions may be the most valuable to the project as
a whole, because you're coming to the project with fresh eyes, so you can see
the errors and assumptions that seasoned contributors have glossed over.
(Copied from
[Adrienne Friend](https://github.com/adriennefriend/imposter-syndrome-disclaimer))
## License
This project is licensed under the MIT License - see the
[LICENSE.md](LICENSE.md) file for more details.