Go to file
Simon Vieille a01ef8ef89
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix font rule
2024-04-18 20:39:47 +02:00
src fix font rule 2024-04-18 20:39:47 +02:00
.eslintrc.json add and apply linter 2023-02-24 21:46:46 +01:00
.gitignore Init 2023-01-30 09:01:16 +01:00
.prettierrc.json add and apply linter 2023-02-24 21:46:46 +01:00
.woodpecker.yml fix ci syntax 2023-09-29 16:26:39 +02:00
LICENCE Init 2023-01-30 09:01:16 +01:00
package-lock.json add and apply linter 2023-02-24 21:46:46 +01:00
package.json add and apply linter 2023-02-24 21:46:46 +01:00
postcss.config.js Init 2023-01-30 09:01:16 +01:00
README.md update readme 2024-04-14 19:54:16 +02:00
tailwind.config.js Init 2023-01-30 09:01:16 +01:00
webpack.config.js cleanup 2023-02-26 18:16:11 +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