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