Skip to content

Ore Calculator for TerraFirmaCraft or my first public attempt at modern web development

Notifications You must be signed in to change notification settings

TheSainEyereg/tfc-orecalc

Repository files navigation

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

About

Ore Calculator for TerraFirmaCraft or my first public attempt at modern web development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published