is there a guide to running a devnet [from Discord]

is there a guide to running a devnet node anywhere? i see the repo here GitHub - zama-ai/fhevm-evmos: Devnet for the fhEVM reference implementation but not really sure how to get the node running

(This Topic relates to the Discord conversation here)

Hello, yes of course clone this repository : GitHub - zama-ai/fhevm-hardhat-template: fhEVM hardhat template

and follow this section: GitHub - zama-ai/fhevm-hardhat-template: fhEVM hardhat template

Under the hood, to run a local node, this docker command is executed:

docker run -i -p 8545:8545 --rm --name fhevm ghcr.io/zama-ai/evmos-dev-node:v0.1.9

This image includes everything needed to run a node (fhEVM) and play with it