Skip to content

Personal blogging platform built by vineet, but you can also make this your own ! check readme

Notifications You must be signed in to change notification settings

VineeTagarwaL-code/blog.vineet.tech

Repository files navigation

Logo

Personal Blog

Blog app for you in nextjs

Report Bug . Request Feature

Blog.vineet.tech

A personal blogging platform built using Next.js, by Vineet Agarwal, but customizable for anyone. Easily set up your own blog with this template!

Features

  • Next.js for server-side rendering
  • Tailwind CSS for styling
  • Prisma for database interactions
  • TypeScript support
  • Docker for containerized deployment

Prerequisites

  • Node.js
  • Docker (optional for deployment)
  • Prisma (for database setup)

Getting Started

  1. Clone the repository:

    git clone https://github.com/VineeTagarwaL-code/blog.vineet.tech
  2. Install dependencies:

    npm install
  3. Set up environment variables (refer to .env.sample).

  4. Start the development server:

    npm run dev

Deployment

  1. Build Docker image:
    docker build -t blog-app .
  2. Run the container:
    docker run -p 3000:3000 blog-app

License

MIT License

For more details, visit blog.vineet.tech.


This template can be expanded based on the specific details of your project and setup instructions.

About

Personal blogging platform built by vineet, but you can also make this your own ! check readme

Resources

Stars

Watchers

Forks