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.
Ensure you have the following installed:
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: