/maps

Main maps application

Primary LanguageJavaScript

On The Fly Battle Maps

Patreon

If you like the tool and want to help support its hosting and future development please consider supporting us on Patreon.

https://www.patreon.com/otfbm

Contributing

Join the Discord above and find out how you can contribute!

Installation

Make sure you have Node.js version 13 or later. The current production version is 13.3.0.

Install dependencies with npm

npm install

Starting the server

npm start

and then visit http://localhost:3000 in your browser.

Development on the documentation site

npm run docs

and then visit http://localhost:3000 in your browser.

Files in the /docs folder can be modified to make changes. See docsify for further information.