Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 815 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 815 Bytes

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