This module is implementation part of my bachelors thesis. You can find this module at https://alpha-miner.vercel.app/ilpn-module/
For using this module you need to have installed Node.js and Angular CLI.
- Clone this repository with its submodules with the following command:
git clone --recurse-submodules https://github.com/jRevaj/alpha-miner.git
- Install dependencies with
npm install
For running the module you need to run the following command in the root directory of the module:
npm run start
- will execute the build script, followed byng serve
. Keep in mind, that hot-reload will only register changes made to the served module project files, and will ignore any changes made to the library files. If you change the library files, you have to rebuild the library (by rerunning this script) to see the changes.