You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Simon Vieille ebc9cdb52a
ci/woodpecker/push/woodpecker Pipeline was successful Details
cleanup
1 month ago
src cleanup 1 month ago
.eslintrc.json add and apply linter 1 month ago
.gitignore Init 2 months ago
.prettierrc.json add and apply linter 1 month ago
.woodpecker.yml update router conf 1 month ago
LICENCE Init 2 months ago
README.md update readme 2 months ago
package-lock.json add and apply linter 1 month ago
package.json add and apply linter 1 month ago
postcss.config.js Init 2 months ago
tailwind.config.js Init 2 months ago
webpack.config.js cleanup 1 month ago

README.md

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