Skip to content

Create pip package for deployment

Please create a setup.cfg and/or setup.py in the root directory to automate the installation process for production. This will likely need to run some script to compile and bundle the JSX files into static assets.

The user should just have to run pip3 install . from the root directory and everything should be ready to go (except maybe for the .env and .htaccess).