-
Clone this project.
git clone https://github.com/martijnvos/martijnvos.dev.git
-
Start developing.
Navigate into the directory and start it up.
cd martijnvos.dev/ gatsby develop
-
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
martijnvos.dev
directory in your code editor of choice and enjoy the hot reloading!
Just like every other project this blog wouldn't be the way it is without a lot of amazing people and companies.
That's why I want to use this section to thank the following people/companies in no particular order:
- Dan Abramov's open source blog overreacted.io for the inspiration and a few handy code snippets
- Netlify for hosting this blog free of charge
- GatsbyJs for laying the foundation of this blog by providing the gatsby-starter-blog Dan and I built off of