Skip to content

afeld/api.afeld.me

Repository files navigation

Aidan Feldman API

To run locally

  1. Download and start Docker.

  2. Start the server.

    docker compose up --build
  3. Open http://localhost:4567.

Checking broken links

gem install html-proofer
bundle exec middleman build
htmlproofer ./build

Checking tenses

  1. Install Python 3

  2. Install spacy

  3. Run

    python tense.py

Customizing for specific roles

  1. Create a new branch locally from the compact branch

  2. Get the latest updates:

    git fetch
    git rebase origin/main
  3. Add "skip": true to roles that should be hidden

  4. Open Chrome to preview

  5. Print to PDF

See also

https://github.com/danfang/me-api