Skip to content

Klammertime/contentful-gatsby

Repository files navigation

Personal Portfolio Site

Hi, I'm Audrey 👋

This is the repo for my personal site, audreyklammer.com

App Screenshot

This site uses Gatsby, the headless CMS Contentful, and hosting platform Netlify.

I used Webflow for design ideas but created everything by hand using CSS, Styled Components, and React.

Resources

Contentful

Official Contentful getting started guide.

I originally used a basic Gatsby starter made by Contentful. If you want to clone the starter I used, here is the command:

$ git clone https://github.com/contentful/starter-gatsby-blog.git
$ npm install

This site uses the synchronization feature of the Contentful Delivery API.

Crucial Commands

npm run dev

Run the project locally with live reload in development mode.

npm run build

Run a production build into ./public. The result is ready to be put on any static host.

npm run serve

Spin up a production-ready server

Releases

No releases published

Packages

No packages published