.vscode | ||
src | ||
src-tauri | ||
.gitignore | ||
.prettierrc | ||
bun.lockb | ||
eslint.config.js | ||
index.html | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
Kslab
A visual organization tool for notes, text, shapes, and images.
Table of Contents
Screenshots
Technologies
This project utilizes the following open-source libraries:
- Kaioken: A lightweight UI rendering library (Kaioken)
- 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
Development Setup
- Clone the repository:
git clone https://git.klectr.dev/Klectr/kslab.git
- Install dependencies:
This project uses Bun as its package manager.
bun install
Installation
Desktop Application
[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.
Web 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.
Usage
Desktop Application
- 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.
Web Application
[Instructions for using the web application, similar to the desktop application]
Contributing
[Guidelines for contributors, including how to report bugs or submit pull requests. Mention how contributions to both Kaioken and Tauri integrations are handled. Also, emphasize the importance of following TypeScript and ESLint conventions.]
License
[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 Kaioken, Tauri, TypeScript, or ESLint.