Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 1.73 KB

README.md

File metadata and controls

78 lines (51 loc) · 1.73 KB

Blogg

Screenshot from 2024-08-16 17-18-14

Blogg is a modern, lightweight blog platform built with React, TypeScript, Tailwind CSS, and DaisyUI. It allows to use ready compoenets for your blog project.

Table of Contents

Features

  • Responsive Design: Mobile-friendly, ensuring a great user experience across devices.
  • Customizable UI: Built with Tailwind CSS and DaisyUI, allowing easy customization.

Tech Stack

  • Frontend: React, TypeScript
  • Styling: Tailwind CSS, DaisyUI

Installation

Prerequisites

Ensure you have the following installed:

  • Node.js (v14 or higher)
  • npm or Yarn

Steps

  1. Clone the repository:

    git clone https://github.com/homayunmmdy/Blogg.git
    cd Blogg
  2. Install the required dependencies:

    npm install

    Or if you're using Yarn:

    yarn install
  3. Start the development server:

    npm run dev

    Or with Yarn:

    yarn dev
  4. Open your web browser and go to http://localhost:3000/.

Customization

To customize the appearance of the blog, modify the styles in the src/styles directory. Tailwind CSS and DaisyUI make it easy to update the design to match your preferences.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes and commit them.
  4. Push your branch to your forked repository.
  5. Create a pull request with a detailed explanation of your changes.