Files
lrcget/AGENTS.md
2026-04-13 00:12:51 +07:00

635 B

This is LRCGET — a desktop music player with synced lyrics support.

Stack: Tauri v2 (Rust backend + Vue 3 frontend).

To help you quickly understand the project architecture:

  • For the frontend (Vue), see src/ARCHITECTURE.md.
  • For the backend (Rust), see src-tauri/ARCHITECTURE.md.

Read these files before working on the corresponding frontend or backend tasks.

After completing your changes, update these two ARCHITECTURE.md files as needed.

If your changes are related to the backend, run cargo check in the src-tauri/ directory. If your changes are only related to the frontend, you do not need to run any checks.