Skip to content
/ og-image Public template
forked from edgio-docs/og-image

Open Graph Image as a Service - generate cards for Twitter, Facebook, Slack, etc

Notifications You must be signed in to change notification settings

rishi-raj-jain/og-image

 
 

Repository files navigation

Deploy OG Image Generator to Edgio

A serverless service that generates dynamic Open Graph images that you can use for generating awesome previews.

Demo

https://layer0-docs-og-image-default.layer0-limelight.link/api?title=Routing

Try It Now

Deploy with Edgio

Getting Started

Clone This Repo

Use git clone https://github.com/edgio-docs/og-image.git to get the files within this repository onto your local machine.

Install dependencies

On the command line, in the project root directory, run the following command:

npm install

Run the Next.js app locally on Edgio

Run the Next.js app with the command:

npm run layer0:dev

Load the site: http://127.0.0.1:3000

Testing production build locally with Edgio

You can do a production build of your app and test it locally using:

npm run layer0:build && npm run layer0:production

Setting --production runs your app exactly as it will be uploaded to the Edgio cloud using serverless-offline.

Deploying to Edgio

Deploying requires an account on Edgio. Sign up here for free. Once you have an account, you can deploy to Edgio by running the following in the root folder of your project:

npm run layer0:deploy

See deploying for more information.

Author

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%