Files
XinyaoWa d73129cbf0 Refactor folder to support different vendors (#743)
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
2024-09-10 23:27:19 +08:00

28 lines
837 B
Markdown

# Code Translation
## 📸 Project Screenshots
![project-screenshot](../../assets/img/codeTrans_ui_init.png)
![project-screenshot](../../assets/img/codeTrans_ui_select.png)
![project-screenshot](../../assets/img/codeTrans_ui_response.png)
## 🧐 Features
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.
## 🛠️ Get it Running
1. Clone the repo.
2. cd command to the current folder.
3. Modify the required .env variables.
```
BASE_URL = ''
```
4. Execute `npm install` to install the corresponding dependencies.
5. Execute `npm run dev` in both environments