Skip to content

EthanOrlander/ethanorlander-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors