An open API service indexing awesome lists of open source software.

https://github.com/fildon/gravatar-lookup


https://github.com/fildon/gravatar-lookup

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# gravatar-lookup

A web interface to lookup a Gravatar. Currently deployed here: [Gravatar Lookup](https://fildon.me/gravatar-lookup)

## Developer Guidance

1. Install dependencies

```shell
npm install
```

2. Build the app

```shell
npm run build:dev
```

3. Serve locally

```shell
npm run serve
```

You will now have a running application on localhost.

## Deployment

Deployment is handled automatically via Github Actions.

Any update to the `main` branch will trigger a new build and deploy.

## Contributing

Contributions are always welcome!

Please begin by raising or commenting on a GitHub issue.
Then feel free to open a PR.