├── examples
│ └── nextjs
├── packages
│ ├── client
│ └── widget
client
(@skip-go/client): The core package of the project. Contains the core logic, api fetch and types, helper functions, signing, etc.widget
(@skip-go/widget): React library that contains the widget component.examples
: The example app of the project
@skip-go/client
-> @skip-go/widget
-> examples/nextjs
yarn
It will run the example app on http://localhost:3000
yarn dev
yarn build
npx changeset