Files
GenAIExamples/CodeGen/docker/ui/svelte/README.md
Sun, Xuehao dbee190e64 add UI test for codegen (#244)
Signed-off-by: Yue, Wenjiao <wenjiao.yue@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
2024-05-31 21:22:59 +08:00

556 B

Code Gen

📸 Project Screenshots

project-screenshot

🧐 Features

Here're some of the project's features:

  • Generate code: generate the corresponding code based on the current user's input.

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