![]() |
|
This is a Next.js project created with create-next-app.
PharmaTech is a sales management platform for a network of pharmacy branches.
This system enables the administration of ecommerce orders, users, and products.
- npm (Node Package Manager)
- The local backend is running, and the local database is populated with test user accounts.
To run the development server, use one of the following commands:
- Clone the repository
git clone https://github.com/PharmaTechVe/dashboard.git
cd app
- Open a terminal in the frontend project, and install dependencies
npm install
- Run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev