Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 629 Bytes

File metadata and controls

14 lines (8 loc) · 629 Bytes

Rye is toy framework built from the guts of rum with an accompanying tutorial teaching us how rum works and what we can do with that knowledge.

This is a 4 part series that goes from zero knowledge to deploying a custom rack app!

Want to run the website on your local?

bundle
rackup

Easy peasy!

For a detailed breakdown of the custom code I made to host these tutorials go to here.

Pull requests welcome.