Create UI and demo homepage #19

Merged
Sieciech merged 4 commits from 17-homepage into dev 2021-07-27 11:52:28 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
echo "> Configure cache"
mkdir -p /tmp/app/{vendor/node_modules}
mkdir -p /tmp/app/{vendor,node_modules}
ln -s /tmp/app/node_modules /web/frontend/node_modules
ln -s /tmp/app/vendor /web/backend/vendor