git clone https://github.com/allo-protocol/allo-v2npm install -g bun# Install Solidity dependences
forge install
# Install JS dependencies
bun installMake sure you have foundry installed globally. Get it here.
bun run compilebun run test bun run fmt