Important
Project on pause for no real reason. Just working on other stuff
A visual organization tool for notes, text, shapes, and images.
This project utilizes the following open-source libraries:
- Kiru: A lightweight UI rendering library (Kiru)
- Tauri: A framework for building desktop and mobile applications with web technologies (https://v2.tauri.app/)
- TypeScript: A typed superset of JavaScript that adds optional static typing
- ESLint: A linter for enforcing code style and catching potential errors
- Clone the repository:
git clone https://git.klectr.dev/Klectr/kslab.git
- Install dependencies:
This project uses Bun as its package manager.
bun install
[Instructions on how to download, install, and run the desktop application. Mention any dependencies or prerequisites.]
Note: These instructions might involve installing Tauri and any additional dependencies for the desktop application.
[Instructions on how to access and use the web application. Specify if it's a standalone web app or runs within Tauri.]
Note: These instructions might involve running the web application directly in a browser if it's standalone.
- Add notes: Click the "+" button to create a new note.
- Edit notes: Double-click a note to edit its content.
- Move notes: Drag and drop notes to reposition them on the canvas.
- Add shapes and images: Use the toolbar to add various shapes and images.
- Customize appearance: Change the color, size, and other properties of elements.
[Instructions for using the web application, similar to the desktop application]
[Guidelines for contributors, including how to report bugs or submit pull requests. Mention how contributions to both Kiru and Tauri integrations are handled. Also, emphasize the importance of following TypeScript and ESLint conventions.]
[Specify the license under which the project is released (e.g., MIT, Apache License 2.0)]
Additional sections you might consider:
- Roadmap - Future plans for Kslab, such as implementing an infinite canvas or adding more features.
Remember to replace the placeholder text with specific details about your project.
Let me know if you'd like help filling in any specific sections or if you have any further questions about Kiru, Tauri, TypeScript, or ESLint.
