Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomansion/factorio_blueprint_analyser_app

Web app for the factorio blueprint analyser algorithm
https://github.com/tomansion/factorio_blueprint_analyser_app

Last synced: 9 days ago
JSON representation

Web app for the factorio blueprint analyser algorithm

Awesome Lists containing this project

README

        

# factorio_blueprint_analyser_app

Dashboard to analyse Factorio blueprints. Demonstration of the [factorio-blueprint-analyser algorithm library](https://github.com/Tomansion/factorio_blueprint_analyser).

Live demo: https://factorio-blueprint-analysis.tomansion.fr/ !

## Project setup

Frontend is a Vue.js project. Backend is a Python project.

### Frontend
```
cd frontend
npm install
npm run serve
```

### Backend
```
cd backend
pip install -r requirements.txt
python3 websrv.py
```