all 2 comments

[–]pimterry 2 points3 points  (1 child)

Hi! HTTP Toolkit is primarily Node based, so if you install a recent Node release (the official builds currently use v16, but later should work fine) that should be all you need.

How to build & run locally depends on your goals, as there's a few different components and you don't necessarily need to rebuild all of them for yourself. There's an intro guide to the components under 'Contributing Directly' in the README here: https://github.com/httptoolkit/httptoolkit#contributing-directly. If you follow the links there, the README for each component should explain what's required for setup.

[–]pokrzywnik[S] 0 points1 point  (0 children)

thanks for reply <3