Nextjs Users App Getting Started 1. Clone this project: git clone git@github.com:Abdelmuttalib/nextjs-users-app.git 2. cd into the project directory: cd nextjs-users-app 3. Install dependencies yarn install or npm install 4. Run the development server You can start the server using this command: yarn dev or npm run dev Open http://localhost:3000 with your browser to see the result.