Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambijoykar/x-code
Simple code editor made with Tauri
https://github.com/iambijoykar/x-code
code-editor rust tauri typescript
Last synced: about 2 months ago
JSON representation
Simple code editor made with Tauri
- Host: GitHub
- URL: https://github.com/iambijoykar/x-code
- Owner: iamBijoyKar
- License: mit
- Created: 2024-01-19T16:12:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T14:32:34.000Z (8 months ago)
- Last Synced: 2024-10-11T12:19:20.731Z (3 months ago)
- Topics: code-editor, rust, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 5.52 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
X Code
A code ediror for desktop written in Tauri + TS + React. It is a simple code editor inspired by Visual Studio Code.
## Technologies
- [Tauri](https://tauri.studio/)
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)## Features
- [x] Open files
- [x] Open Project
- [x] Save files
- [x] Create new files
- [x] Create new projects
- [x] Dark mode## How to run
1. There is a `X Code_0.0.0_x64-setup.exe` setup exe file in the the `exe` folder. You can run this file to install the app on your computer.
2. There is a `msi\X Code_0.0.0_x64_en-US.msi` msi file in the the `msi` folder. You can run this file to install the app on your computer.
3. You can also run the app by cloning the repository and running the following commands:```bash
# Clone the repository
git clone# Go to the project directory
cd x-code# Install dependencies
npm install# Run the app
npm run tauri dev
```## Screenshots
## Support the project
If you like this project, please consider supporting it by starring ⭐ the repository. Thank you!