Skip to content

Commit fbefe58

Browse files
readme
1 parent 8e26fdf commit fbefe58

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

movies/vanilla/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Data schemas supported:
55
* Media Kraken with [correctly typed links](https://github.com/NoelDeMartin/media-kraken/issues/41)
66

77
### Usage
8-
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:
8+
Set up a typescript project, install [solid-data-module-movies](https://www.npmjs.com/package/solid-data-module-movies) from NPM, and create a `.env` file like this:
99
```env
1010
SOLID_SERVER=https://solidcommunity.net
1111
SOLID_EMAIL=michielbdejong@users.css.pod
@@ -14,9 +14,7 @@ SOLID_PASSWORD=...
1414

1515
Edit line 19 of `src/example.ts` to point to your movies folder on your pod.
1616
```sh
17-
pnpm install
18-
pnpm build
19-
pnpm start
17+
node node_modules/solid-data-module-movies/build/src/example.js
2018
```
2119

2220
The output will look something like this:
@@ -41,4 +39,15 @@ The output will look something like this:
4139
endTime: 2022-05-17T14:50:44.000Z,
4240
listingId: 'https://michielbdejong.solidcommunity.net/movies/the-green-mile-1999#it'
4341
}
42+
```
43+
44+
## Development
45+
Put a .env like [above](#usage) in the root of your local check-out this repo and:
46+
47+
```sh
48+
pnpm install
49+
pnpm lint
50+
pnpm prettier
51+
pnpm build
52+
pnpm start
4453
```

0 commit comments

Comments
 (0)