UNPKG

@winstrike/next-i18next-koa

Version:

The easiest way to translate your NextJs apps. With Koa support only. Forked from 'next-i18next'.

15 lines (8 loc) 478 B
# Contributing ## Setup local dev environment 1. Clone the repo 2. Do `npm i && npm run build && npm run build:examples/simple` ## Development The `examples/simple` project is linked via `npm link` to the main source and can be run in dev mode. Perform your desired changes to the `next-i18next` core and then run `npm run build` in the root dir to trigger live reload of the example project. ## PRs All PRs must pass all checks before they will be considered for review.