├── examples
│ └── nextjs
├── packages
│ ├── core
│ └── widgetcore(@skip-go/core): 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 swap widget components.examples: The example app of the project
@skip-go/core -> @skip-go/widget -> examples/nextjs
yarnit will run watch the core and widget packages,it will run the example app on http://localhost:3000
yarn devyarn build