Welcome to my blog repository! This README will guide you through the structure and usage of the project.
The project is built using: React, TypeScript, and Tailwind CSS for the frontend. NodeJs and ExpressJs are used for the backend. The database is MongoDB.
This repository contains the source code and content for my personal blog. Here, I share articles, tutorials, and insights on various topics.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/blog.git
-
Navigate to the project directory:
cd blog
-
Install dependencies:
npm install
To start the development server, run:
npm start
Open your browser and navigate to http://localhost:3000
to view the blog.
Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the code of conduct.
This project is licensed under the MIT License. See the LICENSE file for details.