README.md added.
This commit is contained in:
parent
09929c7b3a
commit
6aaa2f1d3b
18
README.md
Normal file
18
README.md
Normal file
|
@ -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
|
||||||
|
```
|
Loading…
Reference in a new issue