Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 863 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 863 Bytes

Portfolio website

A personal portfolio website using React, Next.js, and ChakraUI. Adapted from this video but customized with my own content.

Future plans involve adding a blog, a gallery, and a projects page to showcase my work.

Getting Started

Prerequisites

  • NodeJS: Ensure you have Node.js installed on your machine to run the project and manage dependencies.

Installation

  1. Clone the repository using Git:
git clone https://github.com/colson0804/portfolio-site.git
  1. Open a terminal or command prompt and navigate to the project's directory.
  2. Install the project dependencies by running npm install.
  3. Start the development server by running npm run dev
  4. Open your web browser and visit http://localhost:3000 to preview the portfolio site locally.