Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.39 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.39 KB

Tim Ritter - Personal Website

Live Website · Overview · Getting Started

Overview

This repository contains the source code for my personal website. It's built using Next.js and Tailwind CSS.

Features

  • Responsive design
  • SEO-friendly
  • Light and dark mode
  • Accessible (Tested with NVDA)
  • Respects user preferences (color scheme, reduced motion, and constrast)

Copying

Do whatever you want with the code. If you want to use it for your own website, feel free to do so. Just make sure to replace the content with your own.

Getting Started

Prerequisites

Installation

  1. Clone the repository
  2. Install dependencies using bun install
  3. Start the website using bun dev

You can now access the website at http://localhost:3000.

Deploying to Vercel

  1. Create a new repository on GitHub
  2. Push your code to the new repository
  3. Import the repository to Vercel

This is just a rough overview. For more information on how to deploy to Vercel, refer to the Vercel documentation.