This is a simple dashboard template to use with TallStackUI. This template is based on the Sakai template from PrimeFaces.
git clone https://github.com/andrefelipe18/tsuidashboard.git tsuidashboard
cd tsuidashboard
# Install dependencies
bun install # or npm install
composer install
# Run the project
bun run dev # or npm run dev to build the frontend
php artisan serve # to run the backend
This project is licensed under the MIT License - see the LICENSE file for details.