We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9fd13 commit b454935Copy full SHA for b454935
1 file changed
README.md
@@ -44,11 +44,17 @@ export default defineConfig({
44
pnpm install
45
pnpm build
46
# Start a development server
47
-pnpm --filter funstack-static-example dev
+pnpm --filter docs dev
48
# Start a preview of the production build
49
-pnpm --filter funstack-static-example preview
+pnpm --filter docs preview
50
```
51
52
+### :sailboat: Project Status
53
+
54
+This project is in early development, but we believe it is already usable. It has all the features needed for building CSR apps with RSC.
55
56
+We are not aware of any production deployments yet. Be the first!
57
58
## License
59
60
MIT
0 commit comments