Go to file
Simon Vieille 91360b0ba1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
update ci
2023-01-30 17:48:24 +01:00
src center background 2023-01-30 17:46:27 +01:00
.gitignore Init 2023-01-30 09:01:16 +01:00
.woodpecker.yml update ci 2023-01-30 17:48:24 +01:00
LICENCE Init 2023-01-30 09:01:16 +01:00
package-lock.json Init 2023-01-30 09:01:16 +01:00
package.json Init 2023-01-30 09:01:16 +01:00
postcss.config.js Init 2023-01-30 09:01:16 +01:00
README.md update doc 2023-01-30 14:02:08 +01:00
tailwind.config.js Init 2023-01-30 09:01:16 +01:00
webpack.config.js add favicon 2023-01-30 13:59:02 +01:00

OG:IMAGE

Image generator for Open Graph (demo).

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