garfield-ip/README.md
2023-06-22 17:15:23 +02:00

11 lines
228 B
Markdown

# 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
```