Skip to content

Latest commit

 

History

History
 
 

README.md

Localization starter for Next.js app router

This is a Next.js project bootstrapped with create-next-app using the next-intl package together with Uniform localization features.

Pre-requisites

  1. Uniform account with an empty project.

Getting Started

  1. Install dependencies with npm install

  2. Change the API key and Project ID env vars in .env with your own.

    Make sure your API key has "Developer" role to be able to push content.

  3. npm run push and npm run publish to push content from disk (/uniform-data folder) to your project.

  4. Run the development server:

    npm run dev

Open http://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.