A scripting enviroment for the ViUR Framework.
Build the 'usepython' module:
- Switch to directory where 'usepython' is located:
cd src/usepython
- Build the library with the following command:
npm install
npm run build
Install the node modules:
cd ../../
npm install
Create the scriptor archiv:
cd src/assets
python3 make.py
Run the development server:
npm run dev -- --port=8081
To build the scriptor enter:
npm run build
Distributed under the MIT License. See LICENSE
for more information.