Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea authored Sep 28, 2024
1 parent e28e296 commit 061cf37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Along with Wave being built with the Laravel Framework, there are also a good am

**Technologies**

- <a href="https://livewire.laravel.com" target="_blank" class="font-bold">Livewire</a> - Waves functionalitiy heavily relies on Livewire, in fact all the functionality in each of the themes utilize Livewire. It makes building interactive applications so fun and easy.
- <a href="https://filamentphp.com" target="_blank" class="font-bold">FilamentPHP</a> - We use Filament as the main Admin section for Wave. Along with Filament panels, you can also take advantage of the Filament Table Builder, Form Builder, and Notifications inside your theme files.
- <a href="https://livewire.laravel.com" target="_blank" class="font-bold">Livewire</a> - Wave uses Livewire in each theme and many other areas.It makes building interactive applications so fun and easy.
- <a href="https://filamentphp.com" target="_blank" class="font-bold">FilamentPHP</a> - Filament is used for the main Admin section for Wave. Along with Filament panels, you can also take advantage of the Filament Table Builder, Form Builder, and Notifications inside your theme files.
- <a href="https://tailwidcss.com" target="_blank" class="font-bold">Tailwind CSS</a> - Tailwind makes it easy and simple to stylize your application.
- <a href="https://alpinejs.dev" target="_blank" class="font-bold">Alpine</a> - Easily add in sprinkles of Javascript functionality with Alpine. Pairs perfectly with Livewire.
- <a href="https://vitejs.dev/" target="_blank" class="font-bold">Vite</a> - We utilize the default Laravel Vite functionality to run and build assets for each theme.
Expand All @@ -79,4 +79,4 @@ Along with Wave being built with the Laravel Framework, there are also a good am

## Installation

Next, let's dive into installing a local copy of Wave.
Next, let's dive into installing a local copy of Wave.

0 comments on commit 061cf37

Please sign in to comment.