Generates a simple bus architecture for factorio, which generates the selected recipe.
Visit https://tristanstraub.github.io/busmaker/build/index.html
- Select a recipe
- Press generate, and wait for the blueprint to be generated and rendered (may take some seconds).
- Click on the base64 encoded blueprint (will be copied to the clipboard)
- Import via blueprints in factorio
- Stamp the blueprint on the ground.
- Feed in ore on the appropriate transport belts
- Feed in fluids (oil/water) into the appropriate pipes
- The code is pre-alpha quality.
- Only tested in Chrome. (firefox has simple rendering issues)
- Doesn't use correct factory for rocket-silo
- Not many recipes have been tested (many hacks in the code).
boot production build target
cp target/public/index.html build/
cp target/public/js/app.js build/js
cp target/public/css/garden.css build/cssboot devVisit http://localhost:3000/public/index.html
make release
