AlexanderProd / gatsby-starter-photography-portfolio

Gatsby starter based on the photography portfolio theme.
BSD Zero Clause License
0 stars 0 forks source link

Gatsby

Gatsby Starter Photography Portfolio

This starter is based on the gatsby-theme-photography-portfolio.

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI (install instructions) to create a new site, specifying the default starter.

    # create a new Gatsby site using the default starter
    npx gatsby new gatsby-photography-portfolio https://github.com/gatsbyjs/gatsby-starter-default
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-default-starter/
    gatsby develop

Deploy

Checkout my other open-source project JAMStackBox to continuously deploy your Gatsby site on your own server.