For Python setup, run:
pip install -r requirements.txt
Front-end build setup procedure have to be done following front-end setup
See also:
To run Chalk'it from sources, use:
cd front-end
npm start
Chalk'it may be build either as a pip package or as a full front-end statically hosted web-application.
-
Build a Python package
python build.py --buildtype pip
tar.gz build result will be placed on the ./build/dist directory.
-
Build a full front-end statically hosted web-application
python build.py --buildtype hosted
static files build result will be placed on the ./front-end/build directory.