Welcome to the source code for my personal portfolio website built with Next.js, styled with Tailwind CSS, and deployed with Vercel. It showcases my projects, skills, professional experience, and personal blog.
Before you begin, ensure you have the following installed on your system:
- Node.js (LTS version recommended)
- npm (comes with Node.js) or Yarn
Follow these steps to get a local copy up and running.
git clone https://github.com/cdwhitt/portfolio.git
cd portfolionpm install
# or
yarn installnpm run dev
# or
yarn devOpen localhost:3000 to see the result ⚡️
npm run build
# or
yarn buildAfter building, you can start the production server with:
npm start
# or
yarn startThis project can be deployed on any static site hosting service or server that supports Node.js. Here are the steps for deploying using Vercel (recommended for Next.js projects).
Install Vercel CLI if not installed already, then run:
npm i -g vercelRun the deployment command from the project root:
vercelCheck out the Next.js deployment documentation for more details.
| Color | Hex |
|---|---|
| Blue | #347BFF |
| Purple | #838CE3 |
| Yellow | #f9be1e |
| Gray | #6a6a6a |
| White | #ffffff |
| Black | #000000 |