og-image/README.md

30 lines
405 B
Markdown
Raw Permalink Normal View History

2023-01-30 09:01:16 +01:00
# OG:IMAGE
2023-01-30 12:53:43 +01:00
Image generator for Open Graph ([demo](https://deblan.gitnet.page/og-image/)).
2023-01-30 09:01:16 +01:00
2024-04-14 19:54:16 +02:00
![](https://upload.deblan.org/u/2024-04/661c183e.png)
2023-01-30 09:01:16 +01:00
## Requirements
* NodeJS >= 16
## Installation
```
$ git clone https://gitnet.fr/deblan/og-image.git
$ cd og-image
$ npm i
```
You can start the development server as follows:
```
$ npm run dev-server
```
Or build the project:
```
$ npm run build
```