Node version
nvm install 20go to contracts directory
cd contractsinstall dependencies
npm installbuild the contract
npm run buildbuild the cache
npx tsx scripts/generate-cache.tsmove the cache to the UI
sh scripts/copy-cache-to-ui.shgo to the UI
cd ../uiinstall dependencies
npm installrun the UI
npm run devenjoy!