Keep track of your mining lasers and strip miners to optimize your yield.
Keep track of how much you're ore yields, share with corp or friends
View estimated mineral gains based on actual ore mined and skills
Know exactly how much you still need to build that titan
To get setup git clone the project and run npm
npm install
Open your code editor of choice the parent directory of the project
code .
To watch the project folder for changes
npm run gulp-watch
To view live changes run a live-server on the compiled source
npm run dev-server