i18next.com
v1.0.0
Published
i18next website
Downloads
94
Readme
Introduction
This is the code running the website for i18next.com.
Contribution
Contribution is very welcome.
- Fork the project
- Do your changes on files in
/pages(see below how to run the local hot reload server) - Fill a pull request
Serve hot reload
# preconditions (currently gatsby v0.7.6)
$ npm install -g gatsby
$ npm install# serve localhost:8000
$ gatsby developDeploy
$ npm run deploy
