og-image/README.md
Simon Vieille ace8a0d891
Init
2023-01-30 09:01:16 +01:00

358 B

OG:IMAGE

Image generator for Open Graph.

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