This is a demo project for a Phrase tutorial on next-intl.
npm installTo run the dev server, use the following command:
npm run devTo build for production, use the following command:
npm run build- This is the completed demo after localization. If you want the starter project before localization check out the
startbranch. - This project was bootstrapped with Create Next App
- This demo uses the stable version of next-intl. If you want the previous demo that uses the beta version, check out the
archive-main-2023-09branch.