rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.63k stars 1.84k forks source link

dockerization #384

Open mapto opened 1 year ago

mapto commented 1 year ago

Added docker container and compose that allow working with the entire source directory as a mount point. This allows easily running a development server in a local container.

One reason this is particularly useful is that node v14 that is used by RAWGraphs-app might be in conflict with other versions installed on your system. This is a potential solution for #353 and an example of the solution adopted in #307.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.