This is the frontend application for the Livl Consulting Sales/Purchase flow. The application is built using Next.js and Tailwind CSS for styling. The application is a single page application that allows users to create sales and purchase orders for their businesses. The application is built to be responsive and can be used on both mobile and desktop devices. You can create/view orders, opportunities, quotes, price requests, products, clients and suppliers.
- Clone the repository to your local machine
- Run
pnpm installto install all the dependencies required for the project - Set up the environment variables in the
.envfile by adding the URL of the backend server - Run
pnpm run devto start the development server
- Next.js v15
- Tailwind CSS for styling and Shadcn for the design system
The documentation for the project can be found on the /help route of the application.