feat: remove README.md

This commit is contained in:
Bjarke Sporring
2026-01-04 15:54:09 +01:00
parent 9c9640df83
commit c96f816c9f

View File

@@ -31,17 +31,6 @@ git config user.email "student@example.com"
# Commit 1: Initial project structure
Write-Host "Creating initial project structure..." -ForegroundColor Green
$readmeContent = @"
# My App
This is a simple web application built with Python.
## Features
- User authentication
- Database integration
- User profiles
"@
Set-Content -Path "README.md" -Value $readmeContent
$appContent = @"
# app.py - Main application file