Dashboard to analyse Factorio blueprints. Demonstration of the factorio-blueprint-analyser algorithm library.
Live demo: https://factorio-blueprint-analysis.tomansion.fr/ !
Frontend is a Vue.js project. Backend is a Python project.
cd frontend
npm install
npm run serve
cd backend
pip install -r requirements.txt
python3 websrv.py