mirror of
https://github.com/sschum/froscon-2023-demo.git
synced 2024-11-21 23:33:08 +01:00
14 lines
381 B
Markdown
14 lines
381 B
Markdown
# froscon-2023-demo
|
|
|
|
## start - with docker
|
|
|
|
You can start the application like this:
|
|
```shell
|
|
./start.sh
|
|
```
|
|
This will build a docker image and run a container. After that you can watch the result: **http://localhost:1312**
|
|
|
|
## start - without docker
|
|
|
|
If you dont have or you dont want to use docker, you can open the index.html in your browser: **file://PROJECT_DIR/index.html**
|