ExamplesSmart Links
Smart Links
Demo here: Create a New Operator
Prerequisites
- Node.js 16.x
- Yarn 1.x
Installation
- Import the components
Usage
- Check for a task definition in url
- Add useEffect to start a task
i.e.
src/app/(app)/(user)/dashboard/page.tsx
- Create a task definition
i.e.
src/app/(app)/(user)/dashboard/page.tsx
- Serve http://localhost:3000 or development port to see results.