Thanks for your interest in contributing to next-international!
node
>= 18pnpm
>= 8
- Fork the repository, then clone it locally
- Run
pnpm install
at the root of the repository - Navigate to
packages/international-types
and runpnpm build
- Navigate to
packages/next-international
and runpnpm build
Before submitting a PR, run the test
, lint
, and typecheck
scripts from the root of the repository.
Make sure you've followed the Getting Started, then navigate to examples/next-{app/pages}
and run pnpm dev
.
You don't need to follow the Getting Started for the documentation website. Simply navigate to the docs
folder and run pnpm dev
.