This is my personal blog built with Next.js, a popular React framework.
First, clone the repository and install the dependencies:
git clone https://github.com/eperezme/CodeBlog.git
cd CodeBlog
npm install
To run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Structure The main pages of the blog are in the pages directory. The pages/api directory is used for API routes, and the components directory is used for React components.
Contributing Contributions are welcome! Please open an issue or submit a pull request.
License This project is licensed under the MIT License - see the LICENSE file for details.