Skip to content

Commit 5c587c7

Browse files
committed
chore: add credits and more links out
1 parent 14f5769 commit 5c587c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const users = useQuery(z.query.user)
3535
```
3636

3737
> [!TIP]
38-
> See [the playground](./playground) for a full working example based on [rocicorp/hello-zero](https://github.com/rocicorp/hello-zero).
38+
> See [the playground](./playground) for a full working example based on [rocicorp/hello-zero](https://github.com/rocicorp/hello-zero), or check out [danielroe/hello-zero-nuxt](https://github.com/danielroe/hello-zero-nuxt) to see how to set things up with [Nuxt](https://nuxt.com/).
3939
4040
## 💻 Development
4141

@@ -44,6 +44,10 @@ const users = useQuery(z.query.user)
4444
- Install dependencies using `pnpm install`
4545
- Run interactive tests using `pnpm dev`
4646

47+
## Credits
48+
49+
The implementation here was based on [zero-solid](https://github.com/rocicorp/mono/tree/main/packages/zero-solid). You can also check out [hello-zero-nuxt](https://github.com/danielroe/hello-zero-nuxt) to see the original implementation and history of this project.
50+
4751
## License
4852

4953
Made with ❤️

0 commit comments

Comments
 (0)