This project is a Proof of Concept created to demonstrate and test the integration of the widget developed by Bando. It is built with React and uses Vite as the build tool.
- Fully functional Dapp integration of the Bando widget.
- Lightweight and fast development environment powered by Vite.
- Node.js (version 16 or higher)
- Yarn (recommended) or npm
- Clone this repository:
git clone https://github.com/bandohq/bandohq-app.git
- Navigate to the project directory:
cd bandohq-app
- Install dependencies:
yarn install
# or
npm install
To run the project locally:
yarn dev
# or
npm run dev
This will start a local server at http://localhost:5173
.
The widget integrated in this project is documented and available at the official repository:
https://github.com/bandohq/widget
Check the official documentation for advanced configuration and customization options.
To generate an optimized production build:
yarn build
# or
npm run build
The build output will be located in the dist
folder.
If you'd like to contribute, create a branch and submit a Pull Request with a clear description of your changes.
This project is open source under the Apache 2.0 license. For more details, see the LICENSE file.