Digital Twin for the University of Skövde, used in some courses
Find a file
a24julot 63908e20c9
Some checks are pending
Playwright Tests / test (push) Waiting to run
Merge branch 'temp_branch_week_7'
2026-05-20 14:12:47 +02:00
.github/workflows Added playwright to this branch 2026-05-15 14:37:12 +02:00
DockerCompose Readded missing functionality 2026-05-20 13:34:38 +02:00
entryPoint Merge branch 'team_1_week_6' 2026-05-20 11:12:49 +02:00
frontend Merge pull request 'Removed pulsation effect/palpatations from clock #1023' (#1038) from 1023-The-clock-pulsates-after-each-second into temp_branch_week_7 2026-05-20 12:05:22 +00:00
generateMockup Script name changes 2026-05-20 12:08:35 +02:00
middleware fixed formatter and removed lscache files 2026-05-20 09:13:43 +02:00
readMockup fixed formatter and removed lscache files 2026-05-20 09:13:43 +02:00
scripts added +x :( 2026-05-20 12:21:36 +02:00
service Script name changes 2026-05-20 12:08:35 +02:00
.DS_Store Logo changes from small/big depending on screen size. Works on mobile 2026-04-30 14:33:17 +02:00
.gitignore Added playwright to this branch 2026-05-15 14:37:12 +02:00
BoundlessFlowCampus2K.slnx Script name changes 2026-05-20 12:08:35 +02:00
LICENSE Initial commit 2025-12-03 13:00:12 +01:00
package-lock.json Added playwright to this branch 2026-05-15 14:37:12 +02:00
package.json Added playwright to this branch 2026-05-15 14:37:12 +02:00
playwright.config.js Added playwright to this branch 2026-05-15 14:37:12 +02:00
README.md Added link to wiki in root README 2026-04-30 12:23:08 +02:00

BoundlessFlowCampus2K

Digital Twin is used in some courses at the University of Skövde

Install environment:

For a complete installation guide, follow the Setup page on the Wiki.

Install Docker Install VS Code (with C# extensions) Install dotnet - Note, VS Code does NOT automatically install the dotnet environment! https://dotnet.microsoft.com/en-us/download/dotnet/10.0

After the above steps, check in the terminal in VS if everything is working: dotnet -- info

Note: You need to restart Visual Studio if you install software that should be available from the terminal. So if the terminal command is not recognised, restart Visual Studio (it works slightly differently when working directly in the *NIX CLI).

If you don't have GitHub, make sure to install it: https://git-scm.com/install/ Validate that GitHub is working: git --version Note: It is completely fine to use Git Desktop, but a Git terminal is required as a basic and can also help if things get tricky.

Get the subprojects going

See the readme files within the subprojects:

  • middleware
  • readTempSensorMockup
  • tempSensorMockup
  • tempService
  • entryPoint
  • frontend

You can only build them from within the subdirectories. You can build them with docker buildx build . (note: docker build -t will fail if you try to execute it on Windows from within the Visual Studio terminal command line)