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.
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
# 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