Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.78 KB

File metadata and controls

47 lines (34 loc) · 1.78 KB

DashUI Demo Project

Introduction

This is the official demo project for DashUI, a Laravel package that offers a suite of UI components inspired by Shopify Polaris and crafted with TailwindCSS, Laravel Blade, and Javascript. This demo is designed to showcase the capabilities and customization options of DashUI components.

About Combind Agency

Combine Agency is a leading web development agency specializing in building innovative and high-performance web applications using modern technologies. Our experienced team of developers, designers, and project managers is dedicated to providing top-notch services tailored to the unique needs of our clients.

If you need assistance with your next project or would like to discuss a custom solution, please feel free to contact us or visit our website for more information about our services. Let's build something amazing together!

Prerequisites

Before you begin, ensure you have the following installed:

  • PHP ^8.4
  • Laravel 12.x or higher
  • Composer
  • Docker

Installation

Follow these steps to set up the DashUI demo project:

  1. Clone the Repository
git clone https://github.com/combindma/demo-dashui.git
cd demo-dashui
  1. Copy .env.example to .env
cp .env.example .env
  1. Install PHP Dependencies
composer install --ignore-platform-reqs
  1. Rebuild the application
./vendor/bin/sail build
./vendor/bin/sail up -d

Running the Demo

The demo will run in your browser at http://localhost