The fastest way to get started with JigsawStack in NextJS
Getting started
- Create a `.env` file using the `.env.example` file as reference
- Get two API keys from JigsawStack. One key should be a secret key and the other should be a public key
- Add the keys to the `.env` file
- Run `yarn` or use your preferred package manager to install the dependencies
- Run the application using `yarn dev` or your preferred command