From 6aaa2f1d3b1fac1abcdd635a1315e27a7790cccc Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Tue, 5 Sep 2017 04:32:40 +0300 Subject: [PATCH] README.md added. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..198826b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Minimalistic IP address detector app + +[Try it](http://ip.skobk.in/) ([JSON vesion](http://ip.skobk.in/json)) + +## Installation + +```bash +# For production usage +composer install -o +# For development +composer install +``` + +## Running + +```bash +php -S localhost:8000 -t public public/index.php +``` \ No newline at end of file