Skip to content

cameronlee101/Portfolio-Site

Repository files navigation

Portfolio Site

Description

Portfolio website to show off my skills and past projects.

View the website at www.cameronlee.site

Technologies

Built in Typescript utilizing the Next.js React framework

Running Locally

  1. Clone responsitory

  2. Ensure npm or equivalent is installed on your system

  3. Open a command line and cd into: /Portfolio-Site/

  4. Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000 with your browser to see the result.