From c346951d3b88ea3a7304b0fd8010b6958e46ac5c Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 22 Jun 2023 17:15:23 +0200 Subject: [PATCH] docs: :pencil: Update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +```