Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 941 Bytes

readme.md

File metadata and controls

27 lines (19 loc) · 941 Bytes

Factorio Calculator

This web-based program calculates how many factories you need in Factorio to produce the given number of items in the given time. The information and images were taken from the official Factorio Wiki.

Go to calculator.

Development

The project uses PureScript and purescript-thermite (a React wrapper).

npm install -g purescript pulp bower
npm install
bower install
npm run watch # see package.json how this is implemented
npm test # if you want to make sure nothing broke
# open index.html in browser

This is my first PureScript and React project and I welcome all suggestions for code improvements. I am using 2 space indentation, 100 characters line width limit.