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.
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
1 month ago | |
---|---|---|
src | 1 month ago | |
.eslintrc.json | 1 month ago | |
.gitignore | 2 months ago | |
.prettierrc.json | 1 month ago | |
.woodpecker.yml | 1 month ago | |
LICENCE | 2 months ago | |
README.md | 2 months ago | |
package-lock.json | 1 month ago | |
package.json | 1 month ago | |
postcss.config.js | 2 months ago | |
tailwind.config.js | 2 months ago | |
webpack.config.js | 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