This is the repository that supports Taylor's website. It was bootstrapped with React-Router's vercel template (at react-router v7.1.1).
Install the dependencies:
npm install
Start the development server with HMR:
npm run dev
Your application will be available at http://localhost:5173
.
Create a production build:
npm run build
Just use the Vercel auto-deployment with Vite configuration 😉.
This template comes with Tailwind CSS already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
- 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