Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 692 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 692 Bytes

Quote image generator

GitHub top language GitHub last commit

Generate random quote images using Next.js server side rendering.
Demo API: https://quote-image-generator.vercel.app/


Building

You'll need Node.js installed on your computer in order to build this app.

$ git clone https://github.com/mpirescarvalho/image-generator.git
$ cd image-generator
$ npm install
$ npm run dev

Runs the server in the development mode.