https://github.com/fildon/gravatar-lookup
https://github.com/fildon/gravatar-lookup
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fildon/gravatar-lookup
- Owner: fildon
- Created: 2022-02-05T04:35:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T06:42:12.000Z (over 4 years ago)
- Last Synced: 2025-07-22T04:46:00.067Z (about 1 year ago)
- Language: HTML
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.