GitHub Pages
Host your database on GitHub Pages for free, from your browser. No web server to rent, no FTP client, no build step, and nothing to install. If you don't already have hosting, this is the fastest way to get a working site online.
CDN Deployment
Load the modernGraphTool application code from a CDN (jsDelivr) and keep only your configuration, theme, and data on your own server. This is the recommended deployment mode for most operators.
Pre-built Release
Download a pre-built modernGraphTool release and host the entire dist/ folder on your own server. This gives you full control over when and which version runs, at the cost of manual updates.
Building from Source
Clone the modernGraphTool repository, customize whatever you like, and build your own dist/ folder. This path is aimed at developers and operators who need changes that go beyond what config.js exposes.