feat: rename app from Markr to Boris

- Update package.json name field
- Update README.md title and references
- Update HTML page title
This commit is contained in:
Gigi
2025-10-03 14:58:28 +02:00
parent 0cf7f93482
commit e83976e5e0
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Markr # Boris
A minimal nostr client for bookmark management, built with [applesauce](https://github.com/hzrd149/applesauce). A minimal nostr client for bookmark management, built with [applesauce](https://github.com/hzrd149/applesauce).
@@ -27,7 +27,7 @@ A minimal nostr client for bookmark management, built with [applesauce](https://
1. Clone the repository: 1. Clone the repository:
```bash ```bash
git clone <your-repo-url> git clone <your-repo-url>
cd markr cd boris
``` ```
2. Install dependencies: 2. Install dependencies:

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Markr - Nostr Bookmarks</title> <title>Boris - Nostr Bookmarks</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

View File

@@ -1,5 +1,5 @@
{ {
"name": "markr", "name": "boris",
"version": "0.1.3", "version": "0.1.3",
"description": "A minimal nostr client for bookmark management", "description": "A minimal nostr client for bookmark management",
"type": "module", "type": "module",