This Blog app is built on Next.js, Typescript and few more tools. Create and Explore blogs!
- Create blogs using Tiptap editor
- Explore Blogs without signing in
- Responsive design with Tailwind CSS
- Next.js
- TypeScript
- Tailwind CSS
- Prisma
- Postgres
- Supabase
- Zod
- Shadcn/ui
- Tiptap
- Uploadcare
- Vercel
- NextAuth.js
- Aceternity
- Clone the repository:
git clone https://github.com/Munadil16/blog-app.git
cd blog-app
- Install dependencies:
yarn install
-
Environment Variables:
Use the.env.example
file as a template to create your.env
file. -
Run the application:
yarn dev