kirkmcdonald.github.io

(โ˜… 743)

Simple web-based calculator for the game Factorio.

  • .gitignore
  • align.js
  • belt.js
  • boxline.js
  • boxline2.js
  • building.js
  • calc.css
  • calc.html
  • circlepath.js
  • color.js
  • cycle.js
  • debug.js
  • display.js
  • dropdown.css
  • dropdown.js
  • dump.lua
  • events.js
  • factory.js
  • favicon.png
  • fragment.js
  • fuel.js
  • graph.js
  • group.js
  • groups.js
  • icon.js
  • index.html
  • init.js
  • item.js
  • LICENSE
  • matrix.js
  • module.js
  • planet.js
  • priority.js
  • process_data.py
  • rational.js
  • README.md
  • recipe.js
  • sankey.js
  • settings.js
  • simplex.js
  • solve.js
  • sort.js
  • target.js
  • tooltip.js
  • totals.js
  • visualize.js

# Installation Guide

1. Get the code
git clone https://github.com/KirkMcDonald/kirkmcdonald.github.io

Downloads the entire project code from GitHub to your computer.

cd kirkmcdonald.github.io

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
โš ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd posts/bower_components/function-plot

This project's files live in a subfolder, so move into it first.

npm install

Downloads and installs the libraries listed in package.json.

npm start

Starts the development/run server.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation