Files
GenAIExamples/CodeGen/ui/svelte
WenjiaoYue 8192c3166f Update OPEA example package.json version (#1211)
Signed-off-by: Yue, Wenjiao <wenjiao.yue@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-02 21:33:30 +08:00
..
2024-11-13 09:40:53 -08:00

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.

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

  5. Execute npm run dev in both environments