tilde.club/README.md

697 B

Dakota's tilde.club

This is the repository for building Dakota's tilde.club page. As of now, the only build artifact is index.html.

Dependencies

  • python3
    • Python packages listed in requirements.txt

Optional Dependencies

Installation

  1. Clone the repository and cd into the cloned directory.
  2. Make a virtualenv (optional, but highly suggested) and activate it:
python -m venv .venv
source .venv/bin/activate
  1. Install the python package dependencies using pip:
python -m pip install -r requirements.txt
  1. Run the publish script:
./publish.py