Skip to content

A simple Next.js 13 application that translates content using internalization and the app router.

Notifications You must be signed in to change notification settings

shaqdeff/Next-Internalization

Repository files navigation

Built With

  • Next.js
  • TypeScript
  • Framer Motion
  • TailwindCSS

Live Demo

  • Click here to view the live demo.

How To Use:

To get started, follow these simple steps:

Prerequisites

Make sure you have node 16.0.0 or higher and npm 9.0.0 or higher installed.

Setup

git clone https://github.com/shaqdeff/Next-Internalization.git
  • Once the files are on your machine, open the Next-Internalization folder in Visual Studio Code.
cd Next-Internalization && code .

Install

  • After opening the files in Visual Studio Code, open the VS Code integrated terminal and run the following commands:
npm install

This will install all the packages and dependencies used in the project.

Usage

  • Run the following command to start a local server:
npm run dev

This will open up the project on a browser on http://localhost:3000/en

Build

  • To create a production build:
npm run build

Resources

Authors

👤 Shaquille Ndunda

Feedback and Contributions

If you have any feedback, suggestions, or would like to contribute to this project, your involvement is highly valued. Feel free to open an issue or submit a pull request with your ideas and enhancements.

Happy coding and showcasing!

Show your support

Give a ⭐️ if you like this project!

About

A simple Next.js 13 application that translates content using internalization and the app router.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published