Contributing
Please, consider adding RTL support when submitting new components. See this post Tailwind Simplified RTL support with logical properties. Here is an example of refactoring PR.
Components
Clone the repository into some folder inside your app.
Change composer.json
from your app.
"minimum-stability": "dev", // <- change to "dev" // Add this block "repositories": { "robsontenorio/mary": { "type": "path", "url": "/app/packages/mary", // <- change the path "options": { "symlink": true } }}
Require the package again for local symlink.
composer require robsontenorio/mary
Start the dev server.
yarn dev
Docs
This website is made with Laravel, Livewire Volt and maryUI.
Create the .env
from .env.example
.
cp .env .env.example
Install, migrate and start.
composer start
Made with
by
Robson TenĂ³rio and contributors.