Claudio Coder Personal Blog is a personal blog platform where I share my thoughts, experiences, and knowledge about coding, technology, and software development. This project aims to provide insightful content for developers of all levels, offering tutorials, code snippets, and articles on various tech topics.
- Responsive Design: Accessible on all devices, ensuring a great reading experience on desktops, tablets, and mobile phones.
- Syntax Highlighting: Enhanced code readability with syntax highlighting for various programming languages.
- SEO Optimized: Improved search engine visibility for better reach.
- Frontend: Next.js
- Backend: Node.js
- Styling: Tailwind
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/claudiocoder/claudio_coder_page.git cd claudio-coder-page
- Install dependencies:
npm install
- Start the application:
npm run dev
- Visit
http://localhost:3000
in your browser to see the blog in action.
Once installed, you can use the following commands:
- Start Development Server:
npm run dev
- Build for Production:
npm run build
- Run Tests:
npm test
Contributions are welcome! Please follow these steps:
- Fork the project.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a Pull Request.