This is an Order Management Dashboard built using Next.js.
Clone the repository:
git clone <repository-url>
cd order-management-dashboardUse the recommended Node.js version:
nvm useInstall dependencies:
npm installSet up environment variables:
- Create a new file named
.env.localin the project root. - Copy the content from
.env.exampleto.env.local. - Update the
NEXT_PUBLIC_API_BASE_URLvariable with your API base URL:
NEXT_PUBLIC_API_BASE_URL = "https://example.org/api"Now that you have installed the project and configured the environment, you can run the application:
npm run devVisit http://localhost:3000 in your browser to access the Order Management Dashboard.
This project is licensed under the MIT License