Files
agologum/client/scripts/launch_dev.sh
Blitblank 242872cba0
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
im so tired rn
2026-03-08 00:51:14 -06:00

10 lines
220 B
Bash

# this script builds and launches the vue client served raw and locally
# (without docker) on localhost (default) or via the machine's ip given the argument -I
# launch the app
npm run dev
# TODO: more configuration