Welcome to the personal website of Travis Keefe!
This is a portfolio and blog site built with Next.js and Tailwind CSS. Here, you'll find information about Travis Keefe, including his background as a software engineer, runner, and finance enthusiast, as well as links to his social profiles and projects.
- Responsive Design: Mobile-friendly and accessible on all devices.
- Modern Tech Stack: Built with Next.js, React, and Tailwind CSS.
- Social Links: Quick access to Travis's GitHub, LinkedIn, Twitter, Strava, Instagram, and more.
- Portfolio & Blog: Showcases projects, experience, and personal interests.
-
Clone the repository:
git clone https://github.com/tkeefe/tkeefe.github.io.git cd tkeefe.github.io -
Install dependencies:
npm install # or yarn install -
Run the development server:
npm run dev # or yarn dev -
Open http://localhost:3000 in your browser to see the site.
/src/app/— Main application code/public/— Static assets (images, favicon, etc.)/components/— Reusable React components
This site can be easily deployed to Vercel or any platform that supports Next.js.
This project is open source and available under the MIT License.