Demo using Slices Network GraphQL Relay API to make a teal.fm client

Fix README #1

closed opened by danabra.mov targeting main from [deleted fork]: fix-readme

There's no npm run schema, I presume npm run schema:prod is what we want.

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:fpruhuo22xkm5o7ttr2ktxdo/sh.tangled.repo.pull/3m2rslwfsjg22
+3 -3
Diff #0
+3 -3
README.md
··· 39 39 2. **Fetch the GraphQL schema** 40 40 41 41 ```bash 42 - npm run schema 42 + npm run schema:prod 43 43 ``` 44 44 45 45 3. **Generate Relay types** ··· 63 63 The project connects to the Slices API. To update the schema: 64 64 65 65 ```bash 66 - npm run schema 66 + npm run schema:prod 67 67 npx relay-compiler 68 68 ``` 69 69 ··· 109 109 - `npm run build` - Build for production 110 110 - `npm run preview` - Preview production build 111 111 - `npm run lint` - Run ESLint 112 - - `npm run schema` - Fetch GraphQL schema from production API 112 + - `npm run schema:prod` - Fetch GraphQL schema from production API 113 113 114 114 ## Features in Detail 115 115

History

1 round 1 comment
sign up or login to add to the discussion
danabra.mov submitted #0
1 commit
expand
2635db25
Fix README commands
expand 1 comment

Fixed! Didn't realize this was a pr or I would've just merged that. Still getting used to tangled ๐Ÿงถ

closed without merging