i18next.com

i18next.com website

4
0
4
JavaScript
public
Forked

introduction

This is the code running the website for i18next.com.

contribution

Contribution is very welcome.

  1. Fork the project
  2. Do your changes on files in /pages (see below how to run the local hot reload server)
  3. Fill a pull request

serve hot reload

# preconditions (currently gatsby v0.7.6)
$ npm install -g gatsby
$ npm install
# serve localhost:8000
$ gatsby develop

deploy

$ npm run deploy

v0.3.3[beta]