diff --git a/README.md b/README.md index 3b4e53b..d7a5c70 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Electrik is a full-featured and open-source stater-kit for for your next SaaS application. It's built on top of Laravel, Livewire, neerajsohal/slate, Tailwind. +![Dashboard](art/dashboard.png "Dashboard after succeffsulll installation"). -Electrik supports; +Electrik supports: * Teams * Subscription Billing via Stripe * User Management diff --git a/art/dashboard.png b/art/dashboard.png new file mode 100644 index 0000000..8df6163 Binary files /dev/null and b/art/dashboard.png differ diff --git a/art/team.png b/art/team.png new file mode 100644 index 0000000..956edef Binary files /dev/null and b/art/team.png differ diff --git a/resources/views/livewire/dashboard/index.blade.php b/resources/views/livewire/dashboard/index.blade.php index fb5b641..61ec4b1 100644 --- a/resources/views/livewire/dashboard/index.blade.php +++ b/resources/views/livewire/dashboard/index.blade.php @@ -1,3 +1,15 @@
- Hello World! + + +
+ + + dashboard + +
+
+
+
+ Hello Electrik! +
\ No newline at end of file