Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 629 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 629 Bytes

Nextjs & Puppeteer

Run Puppeteer on Next.js API

Check out my article on Medium to show you how to create the app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Techs

  • Node.js
  • Next.js
  • TypeScript
  • Puppeteer

Notes

File System only works on development mode, you can't access the screenshots result if you are not in development mode. Please use Cloud Storage to save the screenshots results instead of using the Serverless Function Storage