You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Open a new terminal window, navigate into the example, and initialize the CLI:
127
+
128
+
```
129
+
cd examples/your-newly-created-nextjs-project
130
+
pnpm i
131
+
pnpm exec trigger-cli init
132
+
```
133
+
134
+
6. When prompted, select `self-hosted` and enter `localhost:3030` for your local version of the webapp. When asked for an API key, use the key you copied earlier.
135
+
136
+
7. Run the CLI
137
+
```
138
+
pnpm exec trigger-cli dev
139
+
```
140
+
141
+
8. After running the CLI, start your newly created Next.js project. You should now be able to see the changes.
142
+
143
+
9. Please remember to delete the temporary project you created after you've tested the changes, and before you raise a PR.
98
144
## Add sample jobs
99
145
100
146
The [examples/jobs-starter](./examples/jobs-starter/) project defines simple jobs you can get started with.
0 commit comments