docs: 📝 Update README

This commit is contained in:
Louis Gallet 2023-06-22 17:15:23 +02:00
parent c22bf49b14
commit c346951d3b
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -1 +1,10 @@
# Garfield IP # 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
```