mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
(podman compose up -d) &
|
|
(cd backend && uv run manage.py serve) &
|
|
(cd frontend && bun run dev)
|