Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ChristianChiarulli/blog

My blog created with React, Gatsby & Markdown
https://github.com/ChristianChiarulli/blog

blog blogging gatsby gatsbyjs mark markdown react reactjs

Last synced: 3 months ago
JSON representation

My blog created with React, Gatsby & Markdown

Awesome Lists containing this project

README

        

# Tech Blog 🚀

## Install Node

I recommend installing node using fnm, I have a [blog post](https://www.chiarulli.me/Nodejs/02-Install-FNM/) on how to do that

## Install gatsby-cli

```
npm i -g gatsby-cli
```

## Clone the repo

```
git clone https://github.com/ChristianChiarulli/blog.git
```

## Install dependencies

```
cd blog

npm i
```

## Start development server

```
cd blog

gatsby develop
```

## Hosting

I use AWS Amplify to host the blog

## Content

All of the markdown files for the blog can be found in the `content/` folder