TomoyukiAota / photo-location-map

Display the locations where photos were taken on a map. 📷 🗺️
https://tomoyukiaota.github.io/photo-location-map/
MIT License
49 stars 3 forks source link

Add support for in-container development with Visual Studio Code #544

Closed starnutoditopo closed 1 year ago

starnutoditopo commented 1 year ago

In this patch a configuration is added to enable development with Visual Studio Code and Docker containers, so that it is not necessary to have an instance of NodeJs on the local machine, if Docker is installed and the VsCode in-container development plugin is enabled.

The node-modules folder is mapped on a volume, to speed-up the download of dependencies and the building process.

starnutoditopo commented 1 year ago

Changes in this PR are not enough to enable in-container development