- Clone the repo
- Do
npm i && npm run install:examples && npm run build && build:example:simple
The dist of the main project is copied to examples/simple
and can be run in dev mode. Perform your desired changes to the next-i18next
core and then restart npm run example
in the root dir.
All PRs must pass all checks before they will be considered for review.