This is an alpha build of the Oberin world map. There will be very little new feature support coming to this version of the map. Testing and educational purposes only.
This application was designed by Zee using Zee's Map, and packaged into Electron.js a library for building JavaScript based applications by Cryssandria.
The project was built from the ground up using the following commands:
initialize NPM.
installs Electron as a dev dependency.
installs Electron-Forge.
installs source-map-support library (required for electron-forge).
imports electron application into electron forge workflow.
After you install NPM you should be able to run npm start to begin the platform through your ide. To build the application, run npx electron-forge import then npm run make.
starts the application in development mode.
builds the application into a binary .exe file