521 B
521 B
title, date, last_modified, tags
| title | date | last_modified | tags | |||
|---|---|---|---|---|---|---|
| Getting Started Guide | 10-11-2025 | 10-11-2025:19:21 |
|
Getting Started
Installation
- Clone the repo
- Install Go 1.22+
- Install Node.js dependencies
- Build frontend
- Run server
git clone https://github.com/user/project-notes.git
cd project-notes
cd frontend && npm install && npm run build
cd ..
go run ./cmd/server
First Steps
- Create a note
- Add tags
- Search with Ctrl+K
- Organize with folders