Skip to content

Omar-Elmassry/motiv

Repository files navigation

Motiv

this is an interview task build with Next.js, TypeScript, Redux TK, Tailwind and i18next.

it fully support RTL and LTR.

Live Demo.

How to run

you can either run it with NPM or Docker.

Using Docker

  1. Install Docker on your machine.
  2. Build the container: docker build -t nextjs-docker .
  3. Run the container: docker run -p 3000:3000 nextjs-docker

Using NPM

  1. Install packages: npm i
  2. Run the project in development mode: npm run dev