Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 639 Bytes

File metadata and controls

24 lines (18 loc) · 639 Bytes

Next.js app router with Next-intl and Redirection.io

Project demo demonstrating the setup of :

How to use it ?

  1. Clone the repository
  2. Create a .env file with the following variables :
    • REDIRECTIONIO_TOKEN
  3. Run yarn install
  4. Run yarn dev
  5. Go to http://localhost:3000/

How to setup Redirection.io ?

  1. Go to https://redirection.io/
  2. Create an account
  3. Create a new project
  4. Get the API key
  5. Set the API key in the .env file