og-image/README.md
Simon Vieille 68a448f3dc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update readme
2023-01-31 21:38:16 +01:00

30 lines
411 B
Markdown

# OG:IMAGE
Image generator for Open Graph ([demo](https://deblan.gitnet.page/og-image/)).
![](https://www.deblan.io/uploads/content/638/63d97b58.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
```