og-image/README.md
Simon Vieille 34d0336868
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update doc
2023-01-30 14:02:08 +01:00

30 lines
405 B
Markdown

# OG:IMAGE
Image generator for Open Graph ([demo](https://deblan.gitnet.page/og-image/)).
![](https://upload.deblan.org/u/2023-01/63d7bfae.png)
## 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
```