Getting Started
How do I install ββηηβα?
Use NPM or Yarn: @bbhhba/core
What are the system requirements?
ββηηβα requires Node.js v18+ and modern browsers supporting ES6+
Configuration
Where do I put configuration files?
Create a .bbhhbarc.json
in your project root
How to enable dark mode globally?
Set "dark_mode": true
in config
Troubleshooting
Module not found on import?
Ensure you have @bbhhba/core
installed in dev dependencies
Build fails with syntax errors?
Check if TypeScript is configured correctly - see TypeScript setup
Advanced Usage
How to create custom plugins?
Extend the base plugin class and register with app.registerPlugin()
Can I use with other frameworks?
Yes! ββηηβα provides integration layers for React, Vue, and Svelte