EthanOrlander / ethanorlander-com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

ethanorlander.com

🚀 Quick start

  1. Clone repo.

    Clone this repository.

  2. Prepare environment.

    Install dependencies using yarn.

    Set environment variables. For local uage, create a file named .env.development with the following:

    # Google Analytics
    GA_TRACKING_ID=
    
    # Contentful
    CONTENTFUL_SPACE_ID=
    CONTENTFUL_HOST='preview.contentful.com'
    CONTENTFUL_DELIVERY_ACCESS_TOKEN=
    CONTENTFUL_PREVIEW_ACCESS_TOKEN=
    
  3. Start developing.

    Navigate into the site’s directory and start it up.

    yarn develop
  4. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

    Edit src/pages/index.js to see your site update in real-time!

  5. Learn more

About

License:BSD Zero Clause License


Languages

Language:JavaScript 45.1%Language:TypeScript 40.4%Language:CSS 14.5%