Added README and updated .gitignore again

main
Selim Eser 2025-01-03 20:14:12 +01:00
parent 18d9da1084
commit 3c33261f38
2 changed files with 16 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
*.DS_Store

15
README.md 100644
View File

@ -0,0 +1,15 @@
# 4GEWINNT
Built in PHP.
## How to host local live server
> Make sure PHP is installed.
Run `php -S 0.0.0.0:8000 4GEWINNT.php`.
> Now open your browser and enter `http://localhost:8000/` as URI.
## Dev
Selim