own-dockerfile #166

Merged
philipp merged 32 commits from own-dockerfile into staging 2024-01-17 23:43:26 +01:00
Showing only changes of commit 88d533c838 - Show all commits

View File

@ -1,17 +1,14 @@
# Build # Build
## Frontend ## Frontend
1. `cd frontend` 1. `cd frontend`
2. `npm install` 2. `npm install`
3. `npm run (watch/build)` 3. `npm run (watch/build)`
# Run # Run
## Backend ## Backend
1. `cargo r` 1. `cargo r`
# Test # Test
## Frontend ## Frontend
- `npx playwright test --workers 1 --project firefox` - `npx playwright test --workers 1 --project firefox`
- Nice UI: `--ui` - Nice UI: `--ui`