Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 775 Bytes

File metadata and controls

22 lines (13 loc) · 775 Bytes

README

This README file provides a brief overview of the web app and instructions for installation, configuration, and usage.

Overview

The web app is a sample application built using Next.js and TypeScript. The app is designed to to display the user data and show the inventory items.

Installation and Configuration

To install and configure the web app, follow these steps:

  1. Clone the repository to your local machine.
  2. Install Node.js and NPM if they are not already installed on your machine.
  3. Install the dependencies by running npm install in the project directory.

Usage

To use the web app, follow these steps:

  1. Start the app by running npm run dev in the project directory.
  2. Open your web browser and navigate to http://localhost:3000