# turbomixer **Repository Path**: turbomixer/turbomixer ## Basic Information - **Project Name**: turbomixer - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-28 - **Last Updated**: 2023-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TurboMixer 低代码引擎 ![License](https://img.shields.io/badge/License-MIT-blue) ![License(WebUI)](https://img.shields.io/badge/License(WebUI)-AGPL--3.0-red) 正在编写中.... ## 测试环境要求 ``` NodeJS v18+ NPM/Yarn ``` ## 测试 ### 启动 TurboMixer 后端服务器(Demo Only,WIP) ```shell cd demo node ./server.js ``` ### 启动 Vite 服务器 ```shell yarn # 安装必须依赖 yarn vite # 启动测试服务器 ``` 浏览器访问`https://127.0.0.1:5173/demo/`