An open API service indexing awesome lists of open source software.

https://github.com/wire-elements/pro-demo


https://github.com/wire-elements/pro-demo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Wire Elements Pro - Demo

This repository is for Wire Elements Pro license holders to browse examples on how to use the different components.

## Installation

To install this demo application you only need to run the following commands after cloning the repository:
```shell
composer install
php artisan migrate --seed
npm run build
```

Once installed, you can login with the following credentials:
```
Email: test@example.com
Password: password
```