Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 697 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 697 Bytes

Lawrence Hebia Portfolio

Netlify Status

The updated version of lawrencehebia.com, my portfolio website.

Staging Environment URL: https://lhebia-staging.netlify.app/

Technologies used:

  • Gatsby
  • React
  • TypeScript
  • Emotion(CSS-in-JS)
  • SCSS
  • GraphQL
  • Contentful CMS

📝 Requirements

.env file with:

  • CONTENTFUL_SPACE_ID
  • CONTENTFUL_ACCESS_TOKEN

⚙️ Available Scripts

To setup:

  1. Clone to local

git clone

  1. Install dependencies

npm install

  1. Start dev server

npm start