Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomansion/factorio_blueprint_analyser_app
- Owner: Tomansion
- Created: 2022-10-17T18:10:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T20:36:54.000Z (over 1 year ago)
- Last Synced: 2024-09-14T04:42:55.691Z (about 2 months ago)
- Language: Vue
- Size: 3.3 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```