Dingify
1.0.0
¡Comience a toda velocidad con Dingify!
Introducción · Instalación · Tech Stack + Características · Autor · Créditos
Bienvenido a Dingify, donde estamos facilitando sus alertas
Dingify es un Monorepo administrado por Turborepo. El Monorepo se divide entre apps y directorios 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
Clone y cree este repositorio localmente con el siguiente comando:
git clone https://github.com/Codehagen/Dingifypnpm install.env.example a .env.local y actualice las variables. cp .env.example .env.localIngrese todo lo que necesita para el env.
Inicie el servidor de desarrollo desde hilo o turbo:
# To start the server
pnpm dev
# To push the DB schema
pnpm --filter=db db:push Si desea usar el resto-API, debe actualizar el Hono en apps/api
[vars]
# MY_VAR = "my-variable"
# DATABASE_URL = "Use same link as your db URL"Si desea implementarlo en CloudFlare, debe funcionar
pnpm run deploy¡Amamos a nuestros contribuyentes! Así es como puedes contribuir: