Dealta Webview is the UI of Dealta core. The following section explains how to build and use the project. As of now, the UI and core resides in two seperate repositories, which means the two projects must be built seperately. Move the Dist folder the location of the core executable.
This project is built with Node.js and includes dependencies such as npm (Node Package Manager) for managing packages. The project may use bundlers like Webpack or Vite for building the frontend assets.
- Node.js (version >= 14.0.0 recommended)
- npm (comes with Node.js)
Check if you have Node.js and npm installed by running the following commands:
node -v
npm -vClone the repository and go to the cloned folder.
Run this command to install dependencies:
npm installRun this command to build the project:
npm run buildMove the Dist folder to the location of the Dealta core executable.
Feel Free to contribute :)