Skip to content

trogers1/taylorrogers.com

Repository files navigation

Welcome to the code for TaylorRogers.com!

This is the repository that supports Taylor's website. It was bootstrapped with React-Router's vercel template (at react-router v7.1.1).

Getting Started

Installation

Install the dependencies:

npm install

Development

Start the development server with HMR:

npm run dev

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

npm run build

Deployment

Just use the Vercel auto-deployment with Vite configuration 😉.

Styling

This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.

Todo

  • Create /about
  • Add redirects
  • Add e2e redirect testing
    • add CI pipeline
    • Test that themes work and are maintained across refresh/nav
  • Add external links
  • Add animations