Website for https://bitshiftio.netlify.app
Install dependencies from requirements.txt:
pip install -r requirements.txtThen run the build script:
python3 tools/build.pyThis will generate the public/ folder with the static site. The script works from any directory in the project.
All build tools are in the tools directory