All Projects → afeld → api.afeld.me

afeld / api.afeld.me

Licence: MIT License
nerdiest homepage ever

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
SCSS
7915 projects
Dockerfile
14818 projects

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

Customizing for specific roles

  1. Create a new branch locally from the compact branch
  2. Add "skip": true to roles that should be hidden
  3. Open Chrome to preview
  4. Print to PDF

See also

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].