This is an Order Management Dashboard built using Next.js.
Clone the repository:
git clone <repository-url>
cd order-management-dashboard
Use the recommended Node.js version:
nvm use
Install dependencies:
npm install
Set up environment variables:
- Create a new file named
.env.local
in the project root. - Copy the content from
.env.example
to.env.local
. - Update the
NEXT_PUBLIC_API_BASE_URL
variable 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 dev
Visit http://localhost:3000 in your browser to access the Order Management Dashboard.
This project is licensed under the MIT License