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
Set up a typescript project, install [solid-data-module-tasks](https://www.npmjs.com/package/solid-data-module-tasks) from NPM, and create a `.env` file like this:
Make sure there is a Solid OS issue tracker at `trackerUrl`. You can create this through the Solid OS web interface of solidcommunity.net.
17
+
Edit line 9 of `node_modules/solid-data-module-tasks/build/src/example.js` to point to a folder
18
+
where you can create a Solid OS issue tracker (through the Solid OS web interface of solidcommunity.net for instance) and a 0data issue tracker through [Solid Hello World](https://hello.0data.app/solid/).
17
19
18
-
Then save, build and run the following TypeScript file:
20
+
If you now run `node node_modules/solid-data-module-tasks/build/src/example.js` you will see a list of issues that is combined from your 0data issue tracker and your Solid OS issue tracker at that same URL.
21
+
22
+
You can also save, build and run the following TypeScript file:
0 commit comments