From 54915fc341c88ab62f643ce1a643d6b619c08692 Mon Sep 17 00:00:00 2001
From: Vineet Agarwal <91052168+VineeTagarwaL-code@users.noreply.github.com>
Date: Sun, 3 Nov 2024 20:43:16 +0530
Subject: [PATCH] Update README.md
---
README.md | 29 ++++++++---------------------
1 file changed, 8 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index ae05241..0259926 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
Personal Blog
+ Blog Template
Blog app for you in nextjs
@@ -15,21 +15,19 @@
-# Blog.vineet.tech
+# [Blog.vineet.tech](https://github.com/VineeTagarwaL-code/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!
+A template to help you create your blog website in minutes, Built by vineet its an easy to use and configure template which you can customize to endless posibilities
## Features
- **Next.js** for server-side rendering
- **Tailwind CSS** for styling
- **Prisma** for database interactions
- **TypeScript** support
+- **V3CN** for github graph
- **Docker** for containerized deployment
-## Prerequisites
-- Node.js
-- Docker (optional for deployment)
-- Prisma (for database setup)
+
## Getting Started
1. Clone the repository:
@@ -42,19 +40,11 @@ A personal blogging platform built using **Next.js**, by **Vineet Agarwal**, but
```
3. Set up environment variables (refer to `.env.sample`).
-4. Start the development server:
- ```bash
- npm run dev
- ```
+4. Edit the data/info.tsx, with your data
-## Deployment
-1. Build Docker image:
+5. Start the development server:
```bash
- docker build -t blog-app .
- ```
-2. Run the container:
- ```bash
- docker run -p 3000:3000 blog-app
+ npm run dev
```
## License
@@ -62,6 +52,3 @@ MIT License
For more details, visit [blog.vineet.tech](https://github.com/VineeTagarwaL-code/blog.vineet.tech).
----
-
-This template can be expanded based on the specific details of your project and setup instructions.