/portfolio-v2

2nd version of my portfolio, being built with Next.js, Chakra UI, and Storybook.

Primary LanguageJavaScriptMIT LicenseMIT

Portfolio V2

Overview

This is the 2nd and most recent version of my personal site which I am currently building with Next.js, Chakra UI and Storybook.

If you're interested, you can watch me build it live here

LIVE LINK - www.gregogun.com/

This project is bootstrapped with create-next-app.

Running the project locally

  • Clone the project locally

From the repo:

git clone

  • Installs dependencies required for the app to run in development mode.

On the command line or in the terminal of your preferred editor, you can run:

npm install
# or
yarn 
  • Fire up the development server by running:
npm run dev
# or
yarn dev

Open http://localhost:3000 to view it in the browser.

Dependencies

Learn More

If you're interested in contributing, or just interested in the main tools I'm using, you can check them out via the links below.