Start at full speed with Dingify !
Introduction · Installation · Tech Stack + Features · Author · Credits
Welcome to Dingify, where we're we are going to make your alerts easy for you
Clone & create this repo locally with the following command:
git clone https://github.com/Codehagen/Dingify
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
-
Input everything you need for the env.
- Create Neon Database Account
- Create Stripe Account
- Create Google Console Account
- Create Resend Account
-
Start the development server from either yarn or turbo:
# To start the server
pnpm dev
- Next.js – React framework for building performant apps with the best developer experience
- Auth.js – Handle user authentication with ease with providers like Google, Twitter, GitHub, etc.
- Prisma – Typescript-first ORM for Node.js
- React Email – Versatile email framework for efficient and flexible email development
- Vercel – Easily preview & deploy changes with git
- PlanetScale – A cutting-edge database platform for seamless, scalable data management
- Resend – A powerful email framework for streamlined email development
We love our contributors! Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.