Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonathanjuliani/gatsby-starter-blog-i18n

Gatsby starter blog V5 with i18n Internationalization + Markdown support + TailwindCss + Seo + more.
https://github.com/jonathanjuliani/gatsby-starter-blog-i18n

gatsby gatsbyjs i18n internationalization

Last synced: 13 days ago
JSON representation

Gatsby starter blog V5 with i18n Internationalization + Markdown support + TailwindCss + Seo + more.

Awesome Lists containing this project

README

        


Gatsby Blog Starter

## πŸš€ Quick start

![gatsby blog starter with i18n internationalization](./src/images/gatsby-blog-starter-with-i18n-internationalization.png)

1. **Install**

I used `yarn` but you may use `npm`

Yarn:

```shell
yarn install
```

Npm:

```shell
npm install
```

Npm with any dependencie issues (not expected):

```shell
npm install --legacy-peer-deps
```

2. **Start developing.**

Navigate into your new site’s directory and start it up.

yarn

```shell
yarn develop
```

npm:

```shell
npm run develop
```

or

```shell
gatsby develop
```

Change and use it as you wish.