Document development options.

This commit is contained in:
2019-03-13 16:16:43 +01:00
parent dd6baeff09
commit fe0124c92a

View File

@@ -15,6 +15,17 @@ yarn run webpack --mode production
This will download all dependencies and compile javascript as needed. This will download all dependencies and compile javascript as needed.
For development, you can run the following:
```bash
composer update
yarn
yarn watch &
yarn serve
```
when you do, a PHP built-in web server will launch.
## Installation ## Installation
After building, you can install the project on your web server by copying After building, you can install the project on your web server by copying