Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 415 Bytes

File metadata and controls

22 lines (14 loc) · 415 Bytes

bitshift

Website for https://bitshiftio.netlify.app

Setup

Install dependencies from requirements.txt:

pip install -r requirements.txt

Then run the build script:

python3 tools/build.py

This 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