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我們愛我們的貢獻者!您可以做出貢獻: