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:
5
+
```env
6
+
SOLID_SERVER=https://solidcommunity.net
7
+
SOLID_EMAIL=michielbdejong@users.css.pod
8
+
SOLID_PASSWORD=...
9
+
```
10
+
11
+
Edit line 19 of `src/example.ts` to point to your movies folder on your pod.
12
+
```sh
13
+
pnpm install
14
+
pnpm build
15
+
pnpm start
16
+
```
17
+
18
+
The output will look something like this:
19
+
```json
20
+
{
21
+
created: 2020-07-17T16:40:29.000Z,
22
+
modified: 2020-08-06T14:09:18.000Z,
23
+
movie: {
24
+
published: 2019-05-30T00:00:00.000Z,
25
+
description: "All unemployed, Ki-taek's family takes peculiar interest in the wealthy and glamorous Parks for their livelihood until they get entangled in an unexpected incident.",
0 commit comments