Stellar is the app based on mechaphlowers enables to perform offline every calculus available in mechaphlowers !
Stellar is based on pyodide to enable execution of python in the browser.
Installation process is described in the Developer guide/Installation section
Run npm run start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
You can also use diminutives for your block generation.
ex:
ng g c component-nameforng generate component-nameng g s service-nameforng generate service service-name
Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.
Run npm run test to execute the unit tests.
Go to docs-sphinx folder and run
uv venv --python 3.13 # to create a venv
source .venv/bin/activate # to activate it.
uv pip install -r requirements.txt # to install the dependencies. You can now run npm run docs to build or directly npm run autodocs to build and serve the documentation on http://localhost:8000/ with live reload on changes.