Course Planspiel Web Engineering WS22/23
How to run locally on Windows:
- Install latest Ruby+Devkit
- Install Docker Desktop
- Open Docker application.
- Click on "Settings gear" (top right).
- Select "Resources" -> "File Sharing".
- Add here the project folder path.
- Open WebStorm / Intellij Idea with the project.
- Navigate to docker-compose.yml file
- Near the "services" word on the left side there is a green arrow highlighted as "up". Click on it.
- On the bottom there is now sub-window opens with "Docker-compose: deem" and two sub-points: "build" and "site".
- Click first on build log, check if it launches and then click on site launch log.
In case of successfull launch, the last lines of "site" should be like that:
Server address: http://0.0.0.0:4000// 2022-10-30T00:23:05.697479400Z Server running... press ctrl-c to stop.
The website is running under http://localhost:4000.
It updates each time any of the files is changed. Update of the website takes up to 5 seconds.
For precise CSS site copy use vercel and not locally launched copy.
BEFORE PUSH-REQUEST CHECK DESIGN/CONTENT WITH VERCEL.