From 038d68714067e2361da3ee24043c57556aafa3cc Mon Sep 17 00:00:00 2001 From: Roy Duineveld Date: Wed, 2 Oct 2024 10:09:36 +0200 Subject: [PATCH] Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 922cba0..6a3e7e3 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,10 @@ There is a preview Blade file included with all the components, to view that in Route::view('components', 'rapidez::components-preview'); ``` +## Development + +When you're working on this package you can use `composer preview-demo` to get a preview in the browser. There is also another script: `generate-demo` which runs automatically on push. + ## License GNU General Public License v3. Please see [License File](LICENSE) for more information.