API rest based on Next.js for meme generation in multiple formats (images, gifs, videos).
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the generators by modifying files on /pages/api/. The page auto-updates as you edit the file.
The easiest way to deploy app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.