Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

17 lines (15 loc) · 1.07 KB

TerraFirma ore calculator

Calculator for calculating optimal combination of ores in TerraFirmaCraft originally created to try out Tailwind and Flolwbite

Building and running from source

Building steps

  1. Download and install NodeJS 20 or higher
  2. Open terminal (*sh/cmd/powershell)
  3. Install yarn: run npm i -g yarn
  4. Download repo as ZIP and unpack it or if you have git installed run git clone https://github.com/TheSainEyereg/tfc-orecalc.git
  5. Open terminal in the project's directory or run cd tfc-orecalc if you cloned repo in previous step
  6. Install dependencies and build: run yarn and after that yarn build

Running with simple python web server

  1. Download and install Python
  2. Open terminal in the build folder or run cd build from project's directory
  3. Run python3 -m http.server
  4. Navigate to localhost:8000 in your browser and enjoy