This document provides the necessary steps to set up and run the web service for this project.
Before you can compile the web code, make sure you have installed Node.js version 18.3 or higher
Once npm is installed, navigate to the ktransformers/website directory:
cd ktransformers/websiteNext, install the Vue CLI with the following command:
npm install @vue/cliNow you can build the project:
npm run buildFinally you can build ktransformers with website:
cd ../../
pip install .