Skip to content

Commit 3083219

Browse files
committed
WIP
1 parent 9126122 commit 3083219

File tree

7 files changed

+1880
-2
lines changed

7 files changed

+1880
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
1111

1212
# Installation
1313

14-
You can install the dependency package via composer:
14+
You can install the dependency package via composer and NPM:
1515

1616
```bash
1717
composer install
1818
```
19+
```bash
20+
npm install && npm run build
21+
```
1922

2023
Run Database Migration
2124
```bash

0 commit comments

Comments
 (0)