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-orecalc
if you cloned repo in previous step - Install dependencies and build: run
yarn
and after thatyarn build
- Download and install Python
- Open terminal in the
build
folder or runcd build
from project's directory - Run
python3 -m http.server
- Navigate to localhost:8000 in your browser and enjoy