This is a suite of tools that I have built and am maintaining to help with my progress through the game. Currently it includes:
- Ore Value by volume calculations to help determine which ore will produce the most value per haul if you sell the ore directly on the market
To contribute to this application, you will need to fork and clone the app to your computer and run npm start
from the project root. This will serve the application to localhost:3000 and automatically refresh with any edits after you save a file.abs
Once you are done with your edits, push your committed changes back to your fork, then make a pull request back to this repo.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.