Any rubyists out there can help me compile forkawesome? I'm getting a whole bunch of errors on trying to install the bundle. Honestly I'm not really sure what a bundle is haha.
(I have literally zero experience with Ruby, mostly code C++ these days)

Following instructions here : https://github.com/ForkAwesome/Fork-Awesome

GitHub - ForkAwesome/Fork-Awesome: A fork of the iconic font and CSS toolkit

A fork of the iconic font and CSS toolkit. Contribute to ForkAwesome/Fork-Awesome development by creating an account on GitHub.

GitHub
To be clear, I only actually need to create the font from the SVG objects
@seb_ly have you tried the Docker container?
@bcf_ant I don’t really know how to do that 😬😅
@seb_ly time to take the leap, download Docker asap!
@bcf_ant I don’t think I need it in my general work? I just need to compile a font 😅
@seb_ly delete the container once you’ve compiled the font and shutdown Docker till next time. There’s always something to compile 🤣
@bcf_ant ugh a new thing to learn lol
@seb_ly bundle is a cli command that invokes the package manager that Ruby uses for its packages. Kinda like npm. The main dependencies seem to be Ruby and npm. If you’re on a mac, probably the easier way—without spending time in working on a toolchain—would be to use home brew. If you’re adventurous, macos does ship with Ruby by default.
@seb_ly If you still need help, and want to pair, let me know. I can try to help.