File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- title: "Still We Gather - Cursor Rules"
2+ title: "Capital C - Cursor Rules"
33description: "Development guidelines for the open source church management system"
44version: "0.0.1"
55lastUpdated: "2025-07-09"
Original file line number Diff line number Diff line change 3131 - name : Upload to Deno Deploy
3232 uses : denoland/deployctl@v1
3333 with :
34- project : " still-we-gather "
34+ project : " capital-c "
3535 entrypoint : " main.ts"
3636 root : " ."
Original file line number Diff line number Diff line change 1- # Still We Gather - An Open Source Church Management System (ChMS)
1+ # Capital C - An Open Source Church Management System (ChMS)
22
33### 1. Overview
44
Original file line number Diff line number Diff line change 1- # Still We Gather
1+ # Capital C
22
3- ![ Still We Gather Logo] ( static/android-chrome-192x192.png )
3+ ![ Capital C Logo] ( static/android-chrome-192x192.png )
44
55Everything you need to shepherd your church.
66
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22 surrealdb :
33 image : surrealdb/surrealdb:v2.3.7
44 pull_policy : always
5- command : start --log $SURREALDB_LOG_LEVEL --user $SURREALDB_ROOT_USERNAME --pass $SURREALDB_ROOT_PASSWORD rocksdb:/data/stillwegather .db
5+ command : start --log $SURREALDB_LOG_LEVEL --user $SURREALDB_ROOT_USERNAME --pass $SURREALDB_ROOT_PASSWORD rocksdb:/data/capitalc .db
66 ports :
77 - " ${SURREALDB_PORT}:8000"
88 volumes :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default function App({ Component }: PageProps) {
55 < head >
66 < meta charset = "utf-8" />
77 < meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
8- < title > Still We Gather </ title >
8+ < title > Capital C </ title >
99
1010 < link rel = "stylesheet" href = "/styles.css" />
1111 < link
Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ export default function Home(): JSX.Element {
6060 < div class = "flex items-center gap-3" >
6161 < img
6262 src = "/android-chrome-192x192.png"
63- alt = "Still We Gather Logo"
63+ alt = "Capital C Logo"
6464 class = "w-10 h-10 rounded"
6565 style = { { imageRendering : "auto" } }
6666 />
6767 < a href = "/" class = "text-xl font-bold text-slate-900 tracking-tight" >
68- Still We Gather
68+ Capital C
6969 </ a >
7070 </ div >
7171 < a
@@ -186,7 +186,7 @@ export default function Home(): JSX.Element {
186186 { /* Footer */ }
187187 < footer class = "mt-auto py-12 px-4 bg-slate-900 text-slate-100 text-center text-sm flex flex-col items-center" >
188188 < div class = "text-2xl font-bold mb-2 tracking-tight" >
189- Still We Gather
189+ Capital C
190190 </ div >
191191 < div class = "text-slate-300 mb-4" >
192192 © { new Date ( ) . getFullYear ( ) } { " " }
@@ -195,7 +195,7 @@ export default function Home(): JSX.Element {
195195 < div class = "w-full max-w-xs mx-auto border-t border-slate-700 my-4" >
196196 </ div >
197197 < a
198- href = "https://github.com/wewillcraft/stillwegather "
198+ href = "https://github.com/wewillcraft/capital-c "
199199 target = "_blank"
200200 rel = "noopener noreferrer"
201201 class = "inline-block text-slate-300 hover:text-orange-400 underline transition text-base font-medium py-2"
Original file line number Diff line number Diff line change 11{
2- "name" : " Still We Gather " ,
3- "short_name" : " Still We Gather " ,
2+ "name" : " Capital C " ,
3+ "short_name" : " Capital C " ,
44 "icons" : [
55 {
66 "src" : " /android-chrome-192x192.png" ,
You can’t perform that action at this time.
0 commit comments