1
0
Fork 0
mirror of https://github.com/archtechx/airwire-demo.git synced 2025-12-11 00:04:04 +00:00
A demo of Airwire
Find a file
Samuel Štancl 07a2437db8
Merge pull request #2 from ijpatricio/fix-demo
Removes local composer repository. Fixes composer PHP requirements.
2021-06-24 23:38:48 +02:00
app public release 2021-05-21 18:38:26 +02:00
bootstrap public release 2021-05-21 18:38:26 +02:00
config public release 2021-05-21 18:38:26 +02:00
database public release 2021-05-21 18:38:26 +02:00
public public release 2021-05-21 18:38:26 +02:00
resources public release 2021-05-21 18:38:26 +02:00
routes public release 2021-05-21 18:38:26 +02:00
storage public release 2021-05-21 18:38:26 +02:00
tests Fixes out of the box tests. 2021-06-21 13:37:57 +01:00
.editorconfig public release 2021-05-21 18:38:26 +02:00
.env.example public release 2021-05-21 18:38:26 +02:00
.gitattributes public release 2021-05-21 18:38:26 +02:00
.gitignore public release 2021-05-21 18:38:26 +02:00
.styleci.yml public release 2021-05-21 18:38:26 +02:00
artisan public release 2021-05-21 18:38:26 +02:00
composer.json Removes local composer repository. Fixes composer PHP requirements. 2021-06-21 13:28:49 +01:00
composer.lock Removes local composer repository. Fixes composer PHP requirements. 2021-06-21 13:28:49 +01:00
package-lock.json public release 2021-05-21 18:38:26 +02:00
package.json public release 2021-05-21 18:38:26 +02:00
phpunit.xml public release 2021-05-21 18:38:26 +02:00
README.md Add links 2021-05-21 18:40:58 +02:00
server.php public release 2021-05-21 18:38:26 +02:00
tailwind.config.js public release 2021-05-21 18:38:26 +02:00
tsconfig.json public release 2021-05-21 18:38:26 +02:00
webpack.mix.js public release 2021-05-21 18:38:26 +02:00

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