thaりcode (pronounced as 'tharicoude' or 'thalicoude') is a simple clone of Visual Studio Code built using Tauri, npm, React, tailwindcss and TypeScript. It aims to provide a lightweight and efficient code editor with a familiar interface.
You can download the latest version of thaりcode clicking here
thaりcode is open source and released under the MIT License. Feel free to explore, modify, and distribute the codebase according to the terms of the license.
If you want to contribute to thaりcode, simply follow these steps:
Be sure that you have node and tauri prerequisites installed
Clone the repository to your machine.
git clone https://github.com/ThalisonCosta/tharicode.git
Navigate to the project directory.
cd tharicode
Open the thaりcode repository in your preferred code editor (also known as thaりcode 😉).
Install the project dependencies using npm.
npm install
Start the development.
npm run tauri dev
Create a new branch for your changes.
git switch -c my-feature
Make the necessary modifications and improvements.
Commit your changes with a descriptive commit message.
git commit -m "Add new feature"
Push your branch to the repository.
git push origin my-feature
Open a pull request.
Once your pull request is submitted, it will be reviewed, and any necessary feedback or changes will be provided.
