We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d63bf commit 14f5769Copy full SHA for 14f5769
playground/README.md
@@ -0,0 +1,38 @@
1
+This is a quick port of https://github.com/rocicorp/hello-zero to use Vue and Nuxt.
2
+
3
+## Run this repo
4
5
+First, install dependencies:
6
7
+```sh
8
+corepack enable
9
+pnpm i
10
+```
11
12
+Next, run docker:
13
14
15
+pnpm dev:db-up
16
17
18
+**In a second terminal**, run the zero cache server:
19
20
21
+pnpm dev:zero-cache
22
23
24
+**In a third terminal**, run the Vite dev server:
25
26
27
+pnpm dev:ui
28
29
30
+## ❤️ Credits
31
32
+This was based on https://github.com/rocicorp/hello-zero.
33
34
+## 🏛️ License
35
36
+Made with ❤️
37
38
+Published under [MIT License](../LICENCE).
0 commit comments