Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 693 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 693 Bytes

andysmith.me

The personal website of Andy Smith, senior software engineer based in London, UK.


Built using:

  • Gatsby
  • GraphQL
  • Contentful

Run locally:

npm start

Build:

npm run build

How to use?

This website was built using Contentful as a CMS. All content and models are there. GraphQL is used to query Contentful for content. If you wish to use in this way you need a local .env file containing the following variables:

CONTENTFUL_SPACE_ID=<YOUR_SPACE_ID>
CONTENTFUL_ACCESS_TOKEN=<YOUR_TOKEN>

TODO:

  • Improve error logging
  • Improve responsiveness
  • Address accessibility