Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 716 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 716 Bytes

Description


Screenshot from 2024-06-28 19-22-53


  • A CLI tool for element details.
  • If you want to check how I made this project, you can
    view it here. Spoiler alert: it's monotonous and boring.


Local Development

  • Running the app.
# Running the app.
chmod +x run.sh
./run.sh

# Running the app with GDB.
chmod +x run-debug.sh
./run-debug.sh