This personal blog is built using React and Tailwind CSS for styling, and Markdown for content creation. The goal of this blog is to provide valuable insights and resources for developers, as well as share my experiences and tips on productivity, health, and well-being.
- Dynamic content creation using Markdown
- Stylish and modern design using Tailwind CSS
- React-based framework for easy maintenance and scalability
- Coverage of a variety of topics, including software and personal development, productivity, health, and well-being
To run this blog locally on your machine, follow these steps:
- Clone the repository:
git clone https://github.com/ericdequ/personal-blog.git - Install dependencies:
npm install - Start the development server:
npm start - Open your browser and navigate to
http://localhost:3000