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 your project root.
Add the local repository to composer config.
composer config repositories.local '{"type": "path", "url": "packages/mary"}'
Require the package again for local symlink.
composer require robsontenorio/mary:@dev
Start the dev server.
yarn dev
You can roll back to the stable version by removing the local repository and requiring the package again.
composer config --unset repositories.local
composer require robsontenorio/mary
Docs
This website is made with Laravel, Livewire and maryUI.
Create the .env from .env.example.
Install, migrate and start.
composer start
Made with
by
Robson Tenório and contributors.