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

852 B

Code Translation

📸 Project Screenshots

project-screenshot project-screenshot project-screenshot

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

    BASIC_URL = ''
    
  4. Execute npm install to install the corresponding dependencies.

  5. Execute npm run dev in both environments