Run the app To run the app locally, you need to have your world deployed. Follow those steps to make this work.
Run katana
- katana --dev --dev.no-fee --http.cors_origins '*'
In your contract folder
- sozo build
- sozo migrate
- update terminal (source ~/.bashrc)
Run torii
- torii -w {world_address-output of previous command} --http.cors_origins '*'
In your client folder npm install vite --save-dev npm install npm run dev