zwitschi 1262a4a63f Refactor CSS styles and introduce theme variables
- Removed redundant CSS rules and consolidated styles across dashboard, forms, imports, projects, and scenarios.
- Introduced new color variables in theme-default.css for better maintainability and consistency.
- Updated existing styles to utilize new color variables, enhancing the overall design.
- Improved responsiveness and layout of various components, including tables and cards.
- Ensured consistent styling for buttons, links, and headers across the application.
2025-11-13 22:30:58 +01:00

CalMiner

A web application to plan mining projects and estimate costs, returns and profitability.

Focuses on ore mining operations and covering parameters such as capital and operational expenditures, resource consumption, production output, and Monte Carlo simulations for risk analysis.

The system is designed to help mining companies make informed decisions by simulating various scenarios and analyzing potential outcomes based on stochastic variables.

Documentation & quickstart

  • Detailed developer, architecture, and operations guides live in the companion calminer-docs repository. Please see the README there for instructions.
  • For a local run, create a .env (see .env.example), install requirements, then execute python -m scripts.init_db followed by uvicorn main:app --reload. The initializer is safe to rerun and seeds demo data automatically.
  • To wipe and recreate the schema in development, run CALMINER_ENV=development python -m scripts.reset_db before invoking the initializer again.
Description
No description provided
Readme 5.7 MiB
Languages
Python 80.5%
HTML 11.8%
CSS 4%
JavaScript 3.3%
Dockerfile 0.4%