Skip to content

afeld/api.afeld.me

Repository files navigation

Aidan Feldman API

To run locally

  1. Install Ruby.

  2. Install dependencies.

    bundle install
  3. Start the server.

    bundle exec middleman
  4. Open http://localhost:4567.

Checking broken links

bundle exec middleman build
htmlproofer ./build

Checking tenses

  1. Install Mamba.

  2. Install dependencies.

    mamba env create -f environment.yml
  3. Activate the environment.

    mamba activate api-afeld-me
  4. Install the model.

    python -m spacy download en_core_web_sm
  5. Run

    pytest

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

About

nerdiest homepage ever

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •