Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 743 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 743 Bytes

Gatsby Starter i18n SSR

Requirements

Features

  • Basic configuration and folder structure for internalization support
  • Server-Side i18n page generation, you end-up with one page per locale.
  • Based off of a gist provided by https://github.com/acewf and adapted to make it work with the latest and greatest.

How to proceed

  1. Run: npm i to install the dependencies
  2. Run: npm run dev to run Gatsby
  3. You should see shortly some text that says The development server is listening at: https://localhost:8000.

How to build

  1. Run: npm run build to build website into /public folder with one page per locale automatically generated.