local:
	dfx start --background --clean
	# Deploy ICP ledger replica
	./scripts/local.sh
	# Deploy Cotton Alley
	dfx deploy cotton_alley

clean:
	dfx stop
