diff --git a/.gitignore b/.gitignore index 8b13789..5509140 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ - +*.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..c0f3b95 --- /dev/null +++ b/README.md @@ -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