This is a simple app that helps view blueprints and also allows you to export blueprints that you make using the grid into Factorio through the new 0.15 blueprint strings.
N.B. This app is still under heavy development, most of the various entities need to be added still.
- Allow the importing of blueprint strings and loading them into the grid
- Export a blueprint string from the entities currently on the grid
- Drag and drop functionality for entities
- All Entities, currently only transport belts, chests and assembling machines are supported, plans are to support all entities in the near future.
- Calculate the throughput of belts, to allow maximization of factories.
- Node 6
- NPM / Yarn
- Elm (http://elm-lang.org)
To run the app locally follow these instructions:
- Clone the repo from github
- Navigate to the local project in your terminal
- Install the prerequisites for the project
$ npm/yarn install
- Install the required elm packages
$ elm package install
- Run the app in development mode
$ npm/yarn run dev
- App should be running at http://localhost:8080/