Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 613 Bytes

File metadata and controls

36 lines (23 loc) · 613 Bytes

Contributing to Noteko

This project is open to community input, and contributions are highly appreciated!


🚀 How to Contribute

You can contribute in several ways:

  • Report bugs
  • Suggest new features or improvements
  • Submit code enhancements via pull requests (PRs)
  • Improve documentation or testing

🧱 Project Stack

Noteko is built with:

  • Svelte (frontend)
  • Tauri 2.0 (desktop shell)
  • Rust (Tauri backend)

🛠 Development Setup

To get started locally:

git clone https://github.com/your-username/noteko.git
cd noteko
npm install
npm run tauri dev