Skip to content

cdwhitt/portfolio

Repository files navigation

Casey Whittaker - Personal Portfolio v1

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.

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js (LTS version recommended)
  • npm (comes with Node.js) or Yarn

⚡️ Getting Started

Follow these steps to get a local copy up and running.

1. Clone the repository

git clone https://github.com/cdwhitt/portfolio.git
cd portfolio

2. Install dependencies

npm install
# or
yarn install

3. Run development server

npm run dev
# or
yarn dev

Open localhost:3000 to see the result ⚡️

🛠️ Building for Production

npm run build
# or
yarn build

After building, you can start the production server with:

npm start
# or
yarn start

🚀 Deployment

This 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).

Deploying to Vercel

Install Vercel CLI if not installed already, then run:

npm i -g vercel

Run the deployment command from the project root:

vercel

Check out the Next.js deployment documentation for more details.

🎨 Color Reference

Color Hex
Blue #347BFF #347BFF
Purple #838CE3 #838CE3
Yellow #f9be1e #f9be1e
Gray #6a6a6a #6a6a6a
White #ffffff #ffffff
Black #000000 #000000

About

My personal portfolio site - coding projects, apps, writing, and links to all the things!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published