Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VineeTagarwaL-code authored Nov 3, 2024
1 parent 63fb2fb commit 54915fc
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="https://github.com/user-attachments/assets/32b8cc5f-f4b5-4a9b-a665-a58ccaff64d8" alt="Logo" width="100px" >
</a>
<br/>
<h3 align="center">Personal Blog</h3>
<h3 align="center">Blog Template</h3>
<p align="center" >
Blog app for you in nextjs
<br/>
Expand All @@ -15,21 +15,19 @@
</p>


# 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:
Expand All @@ -42,26 +40,15 @@ 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
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.

0 comments on commit 54915fc

Please sign in to comment.