Dingify
1.0.0
全速从Dingify开始!
简介·安装·技术堆栈 +功能·作者·信用
欢迎来到Dingify,我们将在哪里为您提供警报
Dingify是由TurborePo管理的MonorePo。 MonorePo分为apps和packages目录。
.
├── apps # Its app workspace which contains
│ ├── www # Nextjs app which is deployed in Vercel
│ ├── api # Hono app that is our REST-api for our SDK
│ └── ...
├── packages # are the shared packages that are used by the apps
│ ├── db # Prisma DB connector
│ └── ui # Shared UI components (Shadcn)
├── tooling # are the shared configuration that are used by the apps and packages
│ ├── eslint # Shared eslint presets
│ ├── prettier # Shared prettier configuration
│ ├── tailwind # Shared tailwind configuration
│ └── typescript # Shared tsconfig you can extend from
├── LICENSE
└── README.md
克隆并使用以下命令在本地创建此仓库:
git clone https://github.com/Codehagen/Dingifypnpm install.env.example复制到.env.local并更新变量。 cp .env.example .env.local输入ENV所需的所有内容。
从纱线或Turbo启动开发服务器:
# To start the server
pnpm dev
# To push the DB schema
pnpm --filter=db db:push如果要使用RETT-API,则需要在apps/api下更新HONO
[vars]
# MY_VAR = "my-variable"
# DATABASE_URL = "Use same link as your db URL"如果要在CloudFlare上部署它,则需要运行
pnpm run deploy我们爱我们的贡献者!您可以做出贡献: