Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martijnvos/martijnvos.dev

My blog
https://github.com/martijnvos/martijnvos.dev

gatsby markdown

Last synced: 11 days ago
JSON representation

My blog

Awesome Lists containing this project

README

        



martijnvos.dev


A software blog showcasing and documenting my learnings

## :rocket: Quick start

1. **Clone this project.**

```sh
git clone https://github.com/martijnvos/martijnvos.dev.git
```

1. **Start developing.**

Navigate into the directory and start it up.

```sh
cd martijnvos.dev/
gatsby develop
```

1. **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](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._

Open the `martijnvos.dev` directory in your code editor of choice and enjoy the hot reloading!

## :pray: Credits

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](https://overreacted.io/) for the inspiration and a few handy code snippets
- [Netlify](https://www.netlify.com/) for hosting this blog free of charge
- [GatsbyJs](https://www.gatsbyjs.org/) for laying the foundation of this blog by providing the [gatsby-starter-blog](https://github.com/gatsbyjs/gatsby-starter-blog) Dan and I built off of