28 lines
852 B
Markdown
28 lines
852 B
Markdown
<h1 align="center" id="title">Code Translation</h1>
|
|
|
|
### 📸 Project Screenshots
|
|
|
|

|
|

|
|

|
|
|
|
<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
|