Skip to content

thomasblaymire/tomblaymire.com

Repository files navigation

My personal website (www.tomblaymire.com)

Latest 2022 website rebuild using Vite, Typescript & Styled Components.

Live URL

Netlify Status

www.tomblaymire.com

Screenshot

Built With

  • Typescript
  • React
  • Hooks
  • Vite
  • Styled Components
  • Contentful API

Future Plans

  • Abstract static data for pages into Contentful
  • Additional SEO enhancements
  • Themeing variable refactor

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/thomasblaymire/tomblaymire.com

# Go into the clientrepository
$ cd tomblaymire.com

# Install dependencies
$ yarn

# Run the web app
$ yarn dev

# Build the web app
$ yarn build

# Run ESLint
$ yarn lint:fix