git clone https://github.com/spruce-solutions/go-quai // clone go-quai onto your machine
cd go-quai // move into go-quai directory
cp network.env.dist network.env // copies environment variables to your machine
make go-quai // generates go-quai binary
make run-full-node // start full node running a 3x3 WITHOUT MINING
make run-full-mining // start full mining node
// View logs of running nodes
cat nodelogs/zone-1-1.log