Create UI and demo homepage (#19)

Co-authored-by: Sieciech <www.sieciech@gmail.com>
Reviewed-on: http://git.fufle.net/Community/CureNet/pulls/19
Co-Authored-By: Sieciech <sieciech@noreply.fufle.net>
Co-Committed-By: Sieciech <sieciech@noreply.fufle.net>
This commit is contained in:
Michał Sieciechowicz 2021-07-27 11:52:26 +00:00
parent 0a7896ac94
commit 6fcad220de
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