Skip to content

Munadil16/blog-app

Repository files navigation

Blog App

This Blog app is built on Next.js, Typescript and few more tools. Create and Explore blogs!

Features

  • Create blogs using Tiptap editor
  • Explore Blogs without signing in
  • Responsive design with Tailwind CSS

Prerequisites

  1. Next.js
  2. TypeScript
  3. Tailwind CSS
  4. Prisma
  5. Postgres
  6. Supabase
  7. Zod
  8. Shadcn/ui
  9. Tiptap
  10. Uploadcare
  11. Vercel
  12. NextAuth.js
  13. Aceternity

Installation

  1. Clone the repository:
  git clone https://github.com/Munadil16/blog-app.git
  cd blog-app
  1. Install dependencies:
  yarn install
  1. Environment Variables:
    Use the .env.example file as a template to create your .env file.

  2. Run the application:

  yarn dev