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.
- NodeJS: Ensure you have Node.js installed on your machine to run the project and manage dependencies.
- Clone the repository using Git:
git clone https://github.com/colson0804/portfolio-site.git
- Open a terminal or command prompt and navigate to the project's directory.
- Install the project dependencies by running
npm install
. - Start the development server by running
npm run dev
- Open your web browser and visit
http://localhost:3000
to preview the portfolio site locally.