diff --git a/README.md b/README.md index a9e1178..8073c59 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# Garfield IP \ No newline at end of file +# Garfield IP +Let Garfield give you your public IP address. + +This website is made with React and uses the [ipify](https://www.ipify.org/) API to retrieve your public IP address. + +## Development +```bash +yarn install +yarn dev +```