update readme & add screenshot

dev
ajikamaludin 2 years ago
parent 7cb6df3edc
commit 53ff88a932
Signed by: ajikamaludin
GPG Key ID: 476C9A2B4B794EBB

@ -1 +1,34 @@
## Payroll-App # Payroll App - Laravel inertiajs - firebase
laravel Payroll App Example with inertiajs - react with tailwind and firebase firestore
record employesss and absent to print payments invoices for Indonesian workers
## Support me
<a href="https://trakteer.id/ajikamaludin" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-blue-2.png" height="40" style="border:0px;height:40px;" alt="Trakteer Saya"></a>
## Requirements
* PHP 8.0 or latest
* Node 16+ or latest
## How to run
```bash
$ cp .env.example .env # configure app for laravel
$ cp resources/js/firebase.js.example resources/js/firebase.js # configure your firebase config
$ composer install
$ npm install
$ npm run dev # compiling asset for development
```
## Compile Assets ( to prod )
```bash
$ npm run build
```
## Screenshot
![](screenshot1.png?raw=true)
![](screenshot2.png?raw=true)

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Loading…
Cancel
Save