Skip to content
forked from SCMU-EA/cubilose

Bulletin board system (BBS) for our laboratory with enthusiasm

License

Notifications You must be signed in to change notification settings

RoxyKko/cubilose

 
 

Repository files navigation

logo

Cubilose

Cubilose 是基于 Create-T3-App 开发的论坛框架,旨在为开发者提供简单易用、高效稳定的论坛搭建体验

license release license scan coverage CodeFactor action

文档 · 快速开始 · 参与贡献

⚠ 开发中

项目处于开发设计阶段,目前还不可用

如何开发

安装 pnpm

npm i -g pnpm

克隆仓库

git clone https://github.com/SCMU-EA/cubilose.git

初始化

pnpm prisma migrate dev  # 生成 SQL 文件
pnpm prisma generate     # 生成数据库和 Prisma Client
cp .env.example .env     # 复制环境变量模板 (⚠ 需要自行配置)

启动开发服务器

pnpm dev

About

Bulletin board system (BBS) for our laboratory with enthusiasm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.6%
  • JavaScript 7.9%
  • Dockerfile 6.1%
  • CSS 0.4%