Overview
This repository is a personal portfolio created with Next.js and Chakra UI. It showcases the author’s work and serves as an example of using these technologies for building a portfolio website.
Features
- Next.js: The portfolio is built using Next.js, a popular React framework that allows for server-side rendering and efficient routing.
- Chakra UI: Chakra UI is the chosen UI library for this project, providing a set of accessible and customizable React components that help with building the user interface.
- Vercel: The portfolio is deployed using Vercel, a cloud platform for static and serverless deployment. This allows for easy and efficient deployment of the website.
Installation
To install and set up the portfolio, follow these steps:
- Clone the repository to your local machine.
- Change the current working directory to the cloned repository.
- Install the necessary dependencies by running the appropriate command (e.g.,
npm installoryarn install). - Create a
.env.localfile and configure it similarly to the included.env.examplefile. This file may contain environment variables required for the portfolio to run properly. - Start the development server by running the appropriate command (e.g.,
npm run devoryarn dev). - The portfolio should now be accessible locally in your browser.
Summary
This repository contains a personal portfolio built with Next.js and Chakra UI. It showcases the author’s work and demonstrates the use of these technologies for creating a portfolio website. By following the provided installation instructions, developers can easily set up and customize their own portfolios using this code as a starting point.