root: add make target for server and web

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-03-14 10:31:17 +01:00
parent 96b2631ec4
commit 3bdb551e74
1 changed files with 6 additions and 0 deletions

View File

@ -135,3 +135,9 @@ install:
poetry install
cd web && npm i
cd website && npm i
a: install
tmux \
new-session 'make run' \; \
split-window 'make web-watch'
# detach-client