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,22 +17,16 @@ 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
$ composer 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 storage:link
$ php artisan serve
```
## Compile Assets
## Compile Assets (for prod)
```bash
$ npm run dev
```
or
```bash
$ npm run watch
$ npm run build
```
## Screenshot

Loading…
Cancel
Save