Skip to content

iannsantos/iann.dev

Repository files navigation

Gatsby
iann.dev

My personal blog and portfolio made with Gatsby

About

This initial blog/portfolio is ready, I'm improving code and design little by little

Project in development

The project in production is here, please, help me with new contents.

How to contribute

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Features

  • ⚛️ React JS — A JavaScript library for building user interfaces
  • ⚛️ Gatsby JS — Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps

Getting started

The following getting started was copied from Gatsby default starter repository

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the default starter.

    # create a new Gatsby site using the default starter
    gatsby new my-default-starter 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
  3. Open the source code and start editing!

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

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the my-default-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

💫 Deploy

Deploy to Netlify

Releases

No releases published

Packages

No packages published