This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
Cinemateket/start.sh

13 lines
128 B
Bash
Raw Permalink Normal View History

# backend
cd backend
docker-compose up -d
cd cinemateket
dotnet run &
cd ../..
# frontend
cd frontend
npm install
npm run dev