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.
- Responsive Design: Mobile-friendly, ensuring a great user experience across devices.
- Customizable UI: Built with Tailwind CSS and DaisyUI, allowing easy customization.
- Frontend: React, TypeScript
- Styling: Tailwind CSS, DaisyUI
Ensure you have the following installed:
- Node.js (v14 or higher)
- npm or Yarn
-
Clone the repository:
git clone https://github.com/homayunmmdy/Blogg.git cd Blogg
-
Install the required dependencies:
npm install
Or if you're using Yarn:
yarn install
-
Start the development server:
npm run dev
Or with Yarn:
yarn dev
-
Open your web browser and go to
http://localhost:3000/
.
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.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them.
- Push your branch to your forked repository.
- Create a pull request with a detailed explanation of your changes.