Skip to content

This is the repository for building Dakota's tilde.club page.

Notifications You must be signed in to change notification settings

dakotablair/tilde.club

Repository files navigation

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

About

This is the repository for building Dakota's tilde.club page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published