Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 597 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 597 Bytes

Bunko

A modern note-taking app built with Rust and Tauri.

Development

Requirements:

  • Node.js 18+
  • Rust 1.70+
  • Task (taskrunner)

Commit Convention

This project follows Conventional Commits:

  • feat: New features
  • fix: Bug fixes
  • docs: Documentation changes
  • chore: Maintenance tasks
  • refactor: Code restructuring
  • test: Test updates
  • style: Code style changes

Scripts

task setup    # Install dependencies
task dev      # Start development
task build    # Build release
task release  # Create new release