No description
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
---|---|---|
.woodpecker | ||
android | ||
integration_test | ||
ios | ||
lib | ||
linux | ||
macos | ||
test | ||
test_driver | ||
ui_drafts | ||
web | ||
windows | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
docker-compose.yml | ||
Dockerfile | ||
pubspec.lock | ||
pubspec.yaml | ||
README.md |
WaiterOrder
A new Flutter project. to order waiters :)
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
CI / CD
Mirror to: https://git.olli.info/Oliver/WaiterOrder_Frontend
CI: https://ci.olli.info/repos/2
🚀 Setup
git clone https://gitlab.lrz.de/swe1_if/swe_ws2526/team03/frontend.git
cd frontend
sudo docker compose up -d
🔄 Update
# cd /mnt/Data/Apps/HM_SE/WaiterOrder/frontend
git pull
sudo docker compose down
sudo docker compose build --no-cache
sudo docker compose up -d