|
|
2 semanas atrás | |
|---|---|---|
| cache | 2 semanas atrás | |
| prunplanner | 3 meses atrás | |
| punoted | 4 semanas atrás | |
| ts | 2 semanas atrás | |
| www | 2 semanas atrás | |
| .gitignore | 2 semanas atrás | |
| bun.lock | 2 meses atrás | |
| buy.py | 1 mês atrás | |
| cache.py | 2 semanas atrás | |
| company.py | 1 mês atrás | |
| config.py | 2 semanas atrás | |
| cx_spend.py | 4 meses atrás | |
| dev.sh | 2 semanas atrás | |
| export_logistics.py | 2 meses atrás | |
| fx.py | 3 meses atrás | |
| integration.py | 3 meses atrás | |
| market.py | 2 semanas atrás | |
| mat_competitors.py | 1 mês atrás | |
| movers.py | 3 meses atrás | |
| package.json | 2 semanas atrás | |
| planet_bases.py | 3 semanas atrás | |
| pyproject.toml | 2 semanas atrás | |
| readme.md | 2 semanas atrás | |
| roa.py | 5 meses atrás | |
| roi.py | 2 semanas atrás | |
| sell.py | 1 mês atrás | |
| sell_liquidity.py | 1 mês atrás | |
| shipbuilding.py | 2 meses atrás | |
| supply.py | 1 mês atrás | |
| tsconfig.json | 6 meses atrás | |
| uv.lock | 2 semanas atrás |
install uv: https://docs.astral.sh/uv/getting-started/installation/
get a FIO API key from https://fio.fnar.net/settings and create a config.toml like
username = 'raylu'
fio_api_key = 'uuid_here'
punoted_api_key = ''
[market.mm_items]
TCL = 0
[supply.promitor]
ignore_materials = ['RAT']
uv run supply.py promitor
To work on the frontend (ts/ directory) and test your changes locally, you will need to install Bun (the project's JavaScript runtime and bundler) in addition to uv.
install bun: https://bun.sh/docs/installation
Run the local development orchestrator script from your terminal:
bash dev.sh
This script will automatically:
roi.py (via uv) to generate the required backend JSON data.bun install.http://localhost:8000.