- First, fork the repo to your own github account and clone it.
- Install dependencies:
npm install
npm test
or in watch mode:
npm test -- --watch
npm run integration
Configure 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