You can execute the server using Docker.
Warning
The commands include sudo directive, for Windows users may change.
sudo docker build -t astro-client .It couldn't be possible see the files writed, only using Docker Desktop in Windows.
sudo docker run -d -p 127.0.0.1:4321:4321 astro-client sudo docker rm $(sudo docker stop $(sudo docker ps -a -q --filter ancestor=astro-client --format="{{.ID}}"))This command will delete all the containers (Including the stopped ones) with the image itself.