og/README.md

12 lines
554 B
Markdown
Raw Normal View History

2023-08-02 19:18:36 -04:00
# og
2023-08-03 10:01:06 -04:00
[git.gay](https://git.gay)'s thumbnail server, inspired by GitHub's.
2023-08-03 10:55:28 -04:00
![A demo thumbnail for this repository, generated by this project](https://og.git.gay/gitgay/og?format=svg)
2023-08-03 10:01:06 -04:00
Made with [@besties/html2png](https://git.gay/besties/html2png), itself a wrapper for [satori](https://www.npmjs.com/package/satori) and [@resvg/resvg-wasm](https://www.npmjs.com/package/@resvg/resvg-wasm).
## Self-hosting
clone the repository, install the dependencies with `npm i`, create a `.env` file (see [.env.example](/.env.example)), and run `npm run start`.