# whaledev **Repository Path**: chitti/whaledev ## Basic Information - **Project Name**: whaledev - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-29 - **Last Updated**: 2025-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# 鲸灵开发 低代码平台 使构建更简单,开发更高效
![GitHub Repo stars](https://img.shields.io/github/stars/xiaojunnanya/whaledev) ![GitHub package.json version](https://img.shields.io/github/package-json/v/xiaojunnanya/whaledev) ![GitHub License](https://img.shields.io/github/license/xiaojunnanya/whaledev) ![language](https://img.shields.io/github/languages/top/xiaojunnanya/whaledev) ![last](https://img.shields.io/github/last-commit/xiaojunnanya/whaledev.svg) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/xiaojunnanya/whaledev)
## 介绍 等待中... ## 在线使用 [鲸灵开发](http://whaledev.xiaojunnan.cn/) ## 快速开始 > 注意:运行需要 node 环境,建议`node:18`以上版本。使用`npm`作为依赖管理工具,仓库开源者使用 node 版本为`20.8.1`。 ```bash # 修改配置信息 在backEnd 将.env.local 修改为.env 并修改为个人信息即可。 # 初始化 ./init.sh # 运行项目 npm run start:front # 前端服务 http://localhost:5173 npm run start:back # 后端服务 http://localhost:3173 npm run start:doc # 文档服务 http://localhost:4173 npm run start # 同时启动前端、后端和文档服务 ``` ## 项目说明 | 目录 | 说明 | | ----------------- | -------- | | packages/frontEnd | 前端项目 | | packages/backEnd | 后端服务 | | packages/document | 文档服务 | ## Star History 如果你发现此项目对你有所帮助,请考虑在 [GitHub](https://github.com/xiaojunnanya/whaledev) 上给它一个 ⭐️ ! ## 许可证 此项目根据 MIT 许可证授权-有关更多信息,请参阅[许可证](./LICENSE)文件。