mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-12 00:24:03 +00:00
public release
This commit is contained in:
commit
d6d22f8355
115 changed files with 67218 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Airwire demo
|
||||
|
||||
This app serves as a demo of Airwire.
|
||||
|
||||
Currently it only has a Vue demo, but we'll replicate it in Alpine very soon.
|
||||
|
||||
## Installation
|
||||
|
||||
Simply clone the repository and serve the app.
|
||||
|
||||
The database should be included. If it's not found, run `touch database/database.sqlite`.
|
||||
|
||||
To refresh the database, run `php artisan migrate:fresh`.
|
||||
|
||||
## Highlights
|
||||
|
||||
- `app/Airwire` contains all of the backend logic
|
||||
- `resources/js/app.ts` contains the JavaScript setup
|
||||
- `resources/js/components` contains all of the Vue components that use Airwire
|
||||
Loading…
Add table
Add a link
Reference in a new issue