/christianbarra.com

The source code of my personal website

Primary LanguageJupyter NotebookBSD Zero Clause License0BSD

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