Skip to content

Commit b454935

Browse files
committed
docs: add Project Status to README.md
1 parent ad9fd13 commit b454935

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,17 @@ export default defineConfig({
4444
pnpm install
4545
pnpm build
4646
# Start a development server
47-
pnpm --filter funstack-static-example dev
47+
pnpm --filter docs dev
4848
# Start a preview of the production build
49-
pnpm --filter funstack-static-example preview
49+
pnpm --filter docs preview
5050
```
5151

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+
5258
## License
5359

5460
MIT

0 commit comments

Comments
 (0)