Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 823 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 823 Bytes

Personal Blog 📄

This is my personal blog built with Next.js, a popular React framework.

You can visit the blog

Getting Started

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.