feat: remove stamp_ prefix from directories

This commit is contained in:
Stijnvandenbroek
2025-06-29 11:34:40 +02:00
parent fd1229c8f3
commit 16e2032f9e
32 changed files with 7 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ If you prefer to run without Docker:
```bash
# Navigate to backend directory
cd stamp_backend/
cd backend/
# Install uv
pip install uv
@@ -124,7 +124,7 @@ uvicorn src.main:app --host 0.0.0.0 --port 8000
```bash
# Navigate to frontend directory
cd stamp_frontend/
cd frontend/
# Install dependencies
npm install