Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ulrich-tonmoy/codium
The Editor built with Tauri.
https://github.com/ulrich-tonmoy/codium
react rust rust-lang tailwindcss tauri tauri-app ts typescript
Last synced: about 6 hours ago
JSON representation
The Editor built with Tauri.
- Host: GitHub
- URL: https://github.com/ulrich-tonmoy/codium
- Owner: Ulrich-Tonmoy
- Created: 2023-05-09T16:09:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-06T14:51:53.000Z (4 months ago)
- Last Synced: 2024-08-06T17:13:18.170Z (4 months ago)
- Topics: react, rust, rust-lang, tailwindcss, tauri, tauri-app, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 109 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Codium
A Text Editor built on Tauri.
> [!NOTE]
>
> ### [Download For Windows From Here](https://github.com/Ulrich-Tonmoy/codium/releases)
>
> ### [Features lists here](./docs/v-features.md)
### 0.0.5 (Currently working):
- [ ] Add Context Menu to explorer
- [ ] Add Unsaved File alert### Technologies
- [x] Tauri
- [x] React
- [x] TypeScript
- [x] Tailwind CSS
- [x] Shadcn/ui
- [x] Zustand
- [x] Monaco Editor## How to run (Windows)
> [!TIP]
> Recommended IDE Setup
>
> - [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)> [!IMPORTANT]
> Tools Needed
>
> - [Node.js](https://nodejs.org/en/download/) + [Rust](https://www.rust-lang.org/tools/install) + [Visual Studio C++ toolchain](https://visualstudio.microsoft.com/vs/features/cplusplus/)> [!NOTE]
> Commands
>
> - Open the folder in `vs code` or `terminal`.
> - Run the `npm i` to install the packages.
> - Then run the `npm run tauri dev` to run the project.