Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 526 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 526 Bytes

Contributing

Setup local dev environment

  1. Clone the repo
  2. Do npm i && npm run build && npm run build:examples/simple

Development

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.

PRs

All PRs must pass all checks before they will be considered for review.