Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jonathanjuliani/gatsby-starter-blog-i18n
- Owner: jonathanjuliani
- License: 0bsd
- Created: 2024-04-07T15:27:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:35:20.000Z (7 months ago)
- Last Synced: 2024-10-11T12:43:57.035Z (about 1 month ago)
- Topics: gatsby, gatsbyjs, i18n, internationalization
- Language: TypeScript
- Homepage: https://jon-gatsby-starter-with-i18n.netlify.app/en/
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.