Dingify
1.0.0
ابدأ بأقصى سرعة مع Dingify!
مقدمة · التثبيت · مكدس التكنولوجيا + الميزات · المؤلف · الاعتمادات
مرحبًا بك في Dingify ، حيث سنجعل تنبيهاتك سهلة بالنسبة لك
Dingify هو monorepo يديره Turborepo. يتم تقسيم المونوربو بين أدلة 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إدخال كل ما تحتاجه للبيئة.
ابدأ خادم التطوير من الغزل أو التوربو:
# To start the server
pnpm dev
# To push the DB schema
pnpm --filter=db db:push إذا كنت ترغب في استخدام REST-API ، فأنت بحاجة إلى تحديث Hono ضمن apps/api
[vars]
# MY_VAR = "my-variable"
# DATABASE_URL = "Use same link as your db URL"إذا كنت ترغب في نشرها على CloudFlare ، فأنت بحاجة إلى التشغيل
pnpm run deployنحن نحب مساهمينا! إليك كيف يمكنك المساهمة: