This is the source code of demo paper.mary-ui.com built with MaryUI.
Let's keep pushing it, sponsor me ❤️
This demo is made with Laravel, Livewire, Volt and Mary.
Clone the repository.
git clone [email protected]:robsontenorio/paper.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:8016