diff options
author | Camil Staps | 2021-04-13 08:40:25 +0200 |
---|---|---|
committer | Camil Staps | 2021-04-13 08:41:46 +0200 |
commit | 2335d02653af518c596b166fbe2bcdcec6c2db11 (patch) | |
tree | aff0b8414f66d86a55ef8be95d662d5360ba8295 /Readme.md | |
parent | Update readme (diff) |
Use Laravel mix to compile assets
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ See [luo.camilstaps.nl][live] git clone https://git.camilstaps.nl/clone/luo-parsetrainer.git cd luo-parsetrainer composer install +npm ci +npm run dev ``` ## Configuration |