Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.51 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.51 KB

Jon and Kaleigh's wedding website

This is the website for Jon and Kaleigh's wedding, currently hosted at https://jkshindig.com.

Setup

  1. Create a Contentful space to host the content for the site.
  2. Install the Contentful CLI and log in.
    $ yarn add global contentful-cli
    $ contentful login
  3. Import the Contentful content model to your space.
    $ contentful space use --space-id <space-id>
    $ contentful space import --content-file contentful/content-model.json
  4. Create an access token for your Contentful space.
  5. 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=...
  6. Start with Yarn.
    $ yarn
    $ yarn start
  7. Start entering your wedding content!