Update README.md

pull/3/head
Aji Kamaludin 2 years ago committed by GitHub
parent 7dff8c6ae1
commit da68bcefe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,25 +17,19 @@ record products and employeess to print payments invoices for Indonesian workers
$ cp .env.example .env # create your database first, and then configure your database connection $ cp .env.example .env # create your database first, and then configure your database connection
$ composer install $ composer install
$ npm install $ npm install
$ npm run dev # optional only if any changes you make in resource/js $ npm run dev # to dev
$ php artisan migrate $ php artisan migrate
$ php artisan storage:link $ php artisan storage:link
$ php artisan serve $ php artisan serve
``` ```
## Compile Assets ## Compile Assets (for prod)
```bash ```bash
$ npm run dev $ npm run build
```
or
```bash
$ npm run watch
``` ```
## Screenshot ## Screenshot
![](screenshot1.png?raw=true) ![](screenshot1.png?raw=true)
![](screenshot2.png?raw=true) ![](screenshot2.png?raw=true)

Loading…
Cancel
Save