Private
Public Access
1
0

Rebrand to Pounce, the Open Source Kanban Solution

- Rename project from "kanban" to "pounce"
- Update landing page: "Pounce on your tasks"
- Replace navbar icon with cat paw
- Update seed hostname to pounce.catrenelle.com
- Write proper README with setup instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Catherine Renelle
2026-02-25 22:24:43 -05:00
parent bdb8af6ca2
commit 7b540a37ee
5 changed files with 48 additions and 40 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ async function main() {
});
// Map hostnames to default tenant
const hostnames = ['localhost', '127.0.0.1', 'kanban.catrenelle.com'];
const hostnames = ['localhost', '127.0.0.1', 'pounce.catrenelle.com'];
for (const hostname of hostnames) {
await prisma.tenantHostname.upsert({
where: { hostname },