This is the source code of mary-ui.com . Are you looking for mary components repository?
Let's keep pushing it, sponsor me ❤️
Come to say hello on maryUI Discord
This website is made with Laravel, Livewire, Volt and maryUI.
Clone the repository.
git clone git@github.com:robsontenorio/mary-ui.com.git
Create .env
from .env.example
and adjust few vars.
APP_ENV=local
APP_DEBUG=true
Install, migrate and start.
composer start
Done! See http://localhost:8018