Skip to content

Latest commit

 

History

History
83 lines (40 loc) · 1.42 KB

README.md

File metadata and controls

83 lines (40 loc) · 1.42 KB

Balancer GUI

The Balancer GUI is a powerful, user-friendly Progressive Web Application designed to streamline the configuration and management of the Balancer API. It provides a central hub for:

  • Seamless API Control: Effortlessly manage and configure all aspects of your Balancer API, from setting trading parameters to monitoring performance.
  • Intuitive Interface: Enjoy a modern and intuitive interface designed for ease of use, making configuration and management accessible to users of all experience levels.
  • Progressive Web App Features: Benefit from the speed and reliability of a Progressive Web App, with offline functionality and instant updates.

The Balancer GUI empowers you to take complete control of your Value Averaging Strategy, ensuring a smooth and efficient investment experience.


Scripts

Serve the application in a dev server:

npm run dev

Build the application:

npm run build-development

# or

npm run build-production

Preview the build:

npm run preview

Docker Image

jesusgraterol/balancer-gui


Tests

# run the e2e tests
npm run test:e2e

# run the integration tests
npm run test:integration

# run the unit tests
npm run test:unit

# run the benchmarks
npm run test:bench

License

Apache v2.0