Skip to content

phlowers/phlowers-stellar-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Stellar

Node Angular pyodide MPL-2.0 License

Introduction

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

Installation process is described in the Developer guide/Installation section

Development server

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.

Code scaffolding

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-name for ng generate component-name
  • ng g s service-name for ng generate service service-name

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm run test to execute the unit tests.