Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 545 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 545 Bytes

Contributing

Setup local dev environment

  1. Clone the repo
  2. Do npm i && npm run install:examples && npm run build && build:example: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.