- Clone the repo
- Do
yarn && yarn build && yarn build:examples/simple
The examples/simple
project is linked via yarn link
to the main source and can be run in dev mode. Perform your desired changes to the next-i18next
core and then run yarn build
in the root dir to trigger live reload of the example project.
All PRs must pass all checks before they will be considered for review.