# tiny-engine **Repository Path**: neep/tiny-engine ## Basic Information - **Project Name**: tiny-engine - **Description**: TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 79 - **Created**: 2023-11-02 - **Last Updated**: 2023-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

OpenTiny Logo

TinyEngine enables developers to customize low-code platforms, build low-bit platforms online in real time, and support secondary development or integration of low-bit platform capabilities.

English | [简体中文](README.zh-CN.md) 🌈 Features: - Cross-end cross-frame front-end components - Supports online real-time construction, secondary development, or being integrated. - Directly generate deployable source code without engine support. - Allows access to third-party components and customized extension plug-ins. - Supports high-code and low-code, and hybrid development and deployment of applications. - The platform accesses AI big model capabilities to help developers build applications. ## Development ### Dependencies required for installation ```sh $ pnpm install ``` ### Local development: Start the local mock server and use the mock data of the local mock server. ```sh $ pnpm dev ``` Open a browser: `http://localhost:8080/?type=app&id=918&tenant=1&pageid=NTJ4MjvqoVj8OVsc` `url search` Parameters: - `type=app` Application type - `id=xxx` Application ID - `tenant=xxx` Organization ID - `pageid=xxx` Page ID ## Build ```sh # Build all plug-ins first pnpm build:plugin # Build Designer pnpm build:alpha or build:prod ``` ## 🤝 Participation and Contribution If you are interested in our open source project, please join us! 🎉 Please read the [Contribution Guide](CONTRIBUTING.md) before participating in the contribution. - Add official assistant WeChat opentiny-official and join the technical exchange group - Join the mailing list opentiny@googlegroups.com ## License [MIT](LICENSE)