FSE Planner is a map visualization app that allows you to display all kind of information from FSE Economy onto a world map:
It also offers a tool to find the most paying routes.
A public instance of FSE Planner is available at https://fse-planner.piero-la-lune.fr.
If you prefer, you can instead install your own instance.
To install your own instance of FSE Planner on your computer:
index.html
in your favorite web browser/!\ The Route Finder will not work. This is a known issue with no workaround (see Remote installation to make it works).
To install your own instance of FSE Planner on a web server, execute the following steps.
npm install
then npm run build
)build
folder to your web server.This project was bootstrapped with Create React App. In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
FSE Planner is open source software licensed as MIT.