Skip to content

Commit ca2354c

Browse files
doc: demo
1 parent 62fe88c commit ca2354c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22

33
## Open a Demo
44

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-
5+
For a first public demo, you can try our main app: https://formswizard.github.io/formswizard/new
136

147
## Apps and Packages
158

@@ -95,6 +88,13 @@ To build all apps and packages, run:
9588
pnpm build
9689
```
9790

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) &
95+
xdg-open http://localhost:8000
96+
```
97+
9898
## Develop
9999

100100
To develop all apps and packages, run:

0 commit comments

Comments
 (0)