@boostra/core
v1.0.2
Published
Core engine for Boostra Child Panels
Readme
@boostra/core
Core library for deploying Boostra Child Panels.
Installation
npm install @boostra/coreUsage
const BoostraCore = require('@boostra/core');
const panel = BoostraCore({
siteName: 'My Awesome SMM',
logoUrl: '/path/to/logo.png',
primaryColor: '#7c3aed'
});
panel.start();Customization
The BoostraCore function accepts a configuration object:
| Property | Description |
| --- | --- |
| siteName | The title of your website. |
| logoUrl | Absolute or relative URL to your logo image. |
| primaryColor | Hex code for your brand color. |
| port | Port the server will listen on. |
Standalone Deployment
This module is designed to be standalone. The primary API endpoints are protected and obfuscated within the core logic to ensure platform stability.
