Go to file
2023-07-13 14:32:01 +02:00
src basic start page 2023-07-13 14:32:01 +02:00
.gitignore basic start page 2023-07-13 14:32:01 +02:00
Dockerfile basic start page 2023-07-13 14:32:01 +02:00
LICENSE basic start page 2023-07-13 14:32:01 +02:00
README.md basic start page 2023-07-13 14:32:01 +02:00
start.sh basic start page 2023-07-13 14:32:01 +02:00

froscon-2023-demo

start - with docker

You can start the application like this:

./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