Calculator for calculating optimal combination of ores in TerraFirmaCraft originally created to try out Tailwind and Flolwbite
- Download and install NodeJS 20 or higher
- Open terminal (*sh/cmd/powershell)
- Install yarn: run
npm i -g yarn - Download repo as ZIP and unpack it or if you have git installed run
git clone https://github.com/TheSainEyereg/tfc-orecalc.git - Open terminal in the project's directory or run
cd tfc-orecalcif you cloned repo in previous step - Install dependencies and build: run
yarnand after thatyarn build
- Download and install Python
- Open terminal in the
buildfolder or runcd buildfrom project's directory - Run
python3 -m http.server - Navigate to localhost:8000 in your browser and enjoy