File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The application is architectured as a [majestic monolith](https://m.signalvnoise
8
8
- It uses [ AdonisJS] ( http://adonisjs.com/ ) as a backend framework to manage the routing, database and the templates layer.
9
9
- It uses [ TailwindCSS] ( https://tailwindcss.com/ ) for design.
10
10
- [ Alpine.js] ( https://alpinejs.dev/ ) for small interactive frontend widgets.
11
- - And [ hotwire turbo drive ] ( https://turbo.hotwired.dev/ ) for sleek page navigation.
11
+ - And [ unpoly ] ( https://unpoly.com/navigation ) for sleek page navigation.
12
12
13
13
The codebase serves two main purposes.
14
14
@@ -23,7 +23,7 @@ The codebase serves two main purposes.
23
23
- Work with [ file uploads] ( ./app/Controllers/Http/ProfileController.ts#55-60 ) (including validations) and AdonisJS drive.
24
24
- Using the Edge template engine and its [ components layer] ( ./resources/views/components ) .
25
25
- Using Lucid [ schema migrations] ( ./database/migrations ) for creating/alterting database tables.
26
- - Using Hotwire for faster page navigation.
26
+ - Using Unpoly for faster page navigation.
27
27
- Using Alpine.js for dialog modals, toggling notifications and interactive dropdowns.
28
28
29
29
## FAQs
You can’t perform that action at this time.
0 commit comments