This is the website for Jon and Kaleigh's wedding, currently hosted at https://jkshindig.com.
- Create a Contentful space to host the content for the site.
- Install the Contentful CLI and log in.
$ yarn add global contentful-cli $ contentful login
- Import the Contentful content model to your space.
$ contentful space use --space-id <space-id> $ contentful space import --content-file contentful/content-model.json
- Create an access token for your Contentful space.
- Create the
.env.local
file.# If you want to enable Google Analytics REACT_APP_GA_TRACKING_ID=... REACT_APP_CONTENTFUL_SPACE_ID=... REACT_APP_CONTENTFUL_ACCESS_TOKEN=...
- Start with Yarn.
$ yarn $ yarn start
- Start entering your wedding content!