Update README.md

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

@ -10,19 +10,28 @@ record products and employeess to print payments invoices for Indonesian workers
## Requirements ## Requirements
* PHP 8.0 or latest * PHP 8.0 or latest
* Node 16+ or latest
## How to run ## How to run
```bash ```bash
$ 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 $ php artisan migrate --seed
$ npm run dev # to dev
$ php artisan migrate
$ php artisan storage:link $ php artisan storage:link
$ php artisan serve $ php artisan serve
$ npm install
$ npm run dev # compiling asset for development
``` ```
## Default User
```
username : admin@admin.com
password : password
```
## Compile Assets (for prod) ## Compile Assets (for prod)
```bash ```bash

Loading…
Cancel
Save