This repository contains the code for Jay Cabasag's personal site built using Next.js 13.
Jaycabasag-next-13 is a personal site built using Next.js 13, a popular React framework for building modern web applications. This site serves as a portfolio and blog for Jay Cabasag, showcasing his projects, blog posts, and providing a way for visitors to connect with him.
The personal site has the following features:
- Portfolio: Displays a collection of Jay Cabasag's projects, including descriptions, images, and links to the respective repositories or live demos.
- Blog: Provides a platform for Jay Cabasag to share his thoughts, experiences, and insights through blog posts. Visitors can browse and read the blog posts.
- Contact Form: Allows visitors to send messages and inquiries directly to Jay Cabasag via a contact form.
- Responsive Design: The site is optimized for various devices and screen sizes, ensuring a seamless browsing experience across desktop, tablet, and mobile.
To run the personal site locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/jaycabasag-next-13.git
-
Navigate to the project directory:
cd jaycabasag-next-13
-
Install the dependencies:
npm install
To start the development server and run the personal site locally, use the following command:
npm run dev
This command will start the development server at http://localhost:3000
.
You can now open your web browser and visit the site by entering the above URL.
To deploy the personal site to a production environment, you can follow the Next.js deployment guides and choose a hosting provider that best suits your needs.
Ensure that you set up the necessary environment variables required for the site to function correctly in the production environment.
Contributions to this project are welcome. If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the
main
branch of the original repository.
Please ensure that your code follows the established coding conventions and practices in the project.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code for personal or commercial projects.