Files
GenAIExamples/CodeTrans/ui/svelte/README.md
2024-05-29 19:26:20 +08:00

28 lines
852 B
Markdown

<h1 align="center" id="title">Code Translation</h1>
### 📸 Project Screenshots
![project-screenshot](https://imgur.com/1M4xjok.png)
![project-screenshot](https://imgur.com/IIbG4HN.png)
![project-screenshot](https://imgur.com/FbThcUY.png)
<h2>🧐 Features</h2>
Here're some of the project's features:
- Code Translation: The system is capable of recognizing multiple languages and converting the current code content into the desired language's code format, enabling a set of codes to be reused in multiple places, thus alleviating developers' development pressure.
<h2>🛠️ Get it Running:</h2>
1. Clone the repo.
2. cd command to the current folder.
3. Modify the required .env variables.
```
BASIC_URL = ''
```
4. Execute `npm install` to install the corresponding dependencies.
5. Execute `npm run dev` in both environments