We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fe88c commit ca2354cCopy full SHA for ca2354c
1 file changed
README.md
@@ -2,14 +2,7 @@
2
3
## Open a Demo
4
5
-Run the following command:
6
-
7
-```sh
8
-pnpm export
9
-(cd apps/demo/out/; python -m http.server) &
10
-xdg-open http://localhost:8000
11
-```
12
+For a first public demo, you can try our main app: https://formswizard.github.io/formswizard/new
13
14
## Apps and Packages
15
@@ -95,6 +88,13 @@ To build all apps and packages, run:
95
88
pnpm build
96
89
```
97
90
91
+Than you should be able to serve it with an arbitrary webserver:
92
+
93
+```sh
94
+(cd apps/demo/out/; python -m http.server) &
+xdg-open http://localhost:8000
+```
98
## Develop
99
100
To develop all apps and packages, run:
0 commit comments