ORBAT Mapper
Recreate historic battles and military scenarios in you browser.
Please note that this project is a work in progress. A fully working version of ORBAT Mapper has not been released yet.
You can try the work in progress version at https://orbat-mapper.app/ and browse the documentation at https://docs.orbat-mapper.app/.
Screenshot:
Getting started
Clone repo:
$ git clone https://github.com/orbat-mapper/orbat-mapper.git
Navigate to project root:
$ cd orbat-mapper
Install dependencies:
$ npm install
To start a development server run:
$ npm run dev
ORBAT mapper is now running on http://localhost:5173/. Any changes made to the source code will be instantly available in the browser thanks to Vite's lightning fast hot module replacement.
For an optimized and minified build run:
$ npm run build
See https://vitejs.dev/guide/static-deploy.html for various deploy options.