Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 591 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 591 Bytes

christianbarra.com website

My personal website based on gatsby and hosted on netlify.

🚀 Quick start

  1. To start locally.

    Use the Gatsby CLI to create a new site, specifying the hello-world starter.

    # create a new Gatsby site using the hello-world starter
    npm install
  2. Start developing.

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

    npx gatsby develop
  3. To build the website.

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

    npx gatsby build