Skip to content

jonscheiding/jkshindig-wedding-site

Repository files navigation

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!



        

        

About

#jkshindig Statically hosted wedding website built in React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published