My personal website (www.tomblaymire.com)
- Typescript
- React
- Hooks
- Vite
- Styled Components
- Contentful API
- Abstract static data for pages into Contentful
- Additional SEO enhancements
- Themeing variable refactor
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