Add logo and rename

This commit is contained in:
2025-11-12 17:16:13 +01:00
parent 584a4a0acd
commit f903e28728
49 changed files with 628 additions and 192 deletions

View File

@ -1,4 +1,4 @@
# Project Notes
# PersoNotes
A lightweight, web-based Markdown note-taking application with a Go backend and a minimalist frontend built with htmx.
@ -13,7 +13,7 @@ A lightweight, web-based Markdown note-taking application with a Go backend and
- 🛠️ Super Easy to build
- 🚀 Powerful REST API
![Project Notes Interface](image.png)
![PersoNotes Interface](image.png)
## Features
@ -56,8 +56,8 @@ A lightweight, web-based Markdown note-taking application with a Go backend and
1. **Clone the repository:**
```bash
git clone https://github.com/mathieu/project-notes.git
cd project-notes
git clone https://github.com/mathieu/personotes.git
cd personotes
```
2. **Download Go modules:**
```bash