unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Added a devcontainer that supports development of the desktop application #271

Closed pverscha closed 2 months ago

pverscha commented 2 months ago

This PR introduces a devcontainer.json file in which a VNC server is running. This way, you can collect to this VNC server locally and run the Unipept Desktop application (for development) in a Docker container, keeping your local system clean.

In order to do so, open a VNC viewer (like RealVNC) and connect to localhost:5901. The default password is unipept.

Screenshot:

image