Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wire-elements/pro-demo
- Owner: wire-elements
- Created: 2022-09-05T17:11:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T15:35:06.000Z (about 1 year ago)
- Last Synced: 2023-12-23T17:27:21.966Z (about 1 year ago)
- Language: PHP
- Size: 183 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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: [email protected]
Password: password
```