Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 323 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 323 Bytes

website

Building

To build SASS files and the HTML files run:

./scripts/build.sh

To run a watcher that automatically rebuilds on changes run:

./scripts/watch.sh

Dependencies

  • python3 brew install python3
  • Pip dependencies pip3 install -r requirements.txt
  • entr brew install entr