- First, fork the repo to your own github account and clone it.
- Install dependencies:
npm install
npm testor in watch mode:
npm test -- --watchnpm run integrationConfigure the app's serverless.yml to use your fork of the plugin as documented here.
# serverless.yml
plugins:
localPath: "path/to/serverless-nextjs-plugin"
modules:
- index