This is the code running the website for i18next.com.
Contribution is very welcome.
/pages (see below how to run the local hot reload server)# preconditions (currently gatsby v0.7.6)
$ npm install -g gatsby
$ npm install
# serve localhost:8000
$ gatsby develop
$ npm run deploy