-
-
Notifications
You must be signed in to change notification settings - Fork 979
Working offline
github-actions[bot] edited this page Aug 27, 2026
·
17 revisions
Fantasy Map Generator is a web tool, but the application logic can run offline once the app assets are available locally. For source code, download or clone the repository, run npm install, and start the local Vite server as described in Run FMG locally.
Known Limitations:
- Fonts and textures loaded from external URLs require an internet connection unless they have been downloaded or embedded locally.
- A production build or installed PWA can work without network access after its assets have been cached.
This repository does not build an Electron desktop application. Use the local Vite app or install the web app as a PWA when supported by your browser.
Main Page | Quick Start Tutorial | Q&A | Shortcuts | URL parameters | Changelog
These pages are maintained in the main repository and synced automatically. Edits made here will be overwritten — please open a pull request instead.