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 Sep 28, 2024
1 parent 1981d91 commit 886ab2f
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,54 @@
</p>
</p>

A personal blogging website made by vineet, you can also utilize the same app and make it your own just follow these steps below :

# 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:
```bash
git clone https://github.com/VineeTagarwaL-code/blog.vineet.tech
```
2. Install dependencies:
```bash
npm install
```
3. Set up environment variables (refer to `.env.sample`).

4. Start the development server:
```bash
npm run dev
```

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

## 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 886ab2f

Please sign in to comment.