yarnTo run the app locally, you need to have https://ngrok.com/ installed.
Then, copy files:
cp .env.local.example .env.local
cp public/tonconnect-manifest.example.json public/tonconnect-manifest.jsonStart ngrok:
yarn ngrokAnd put public url from ngrok to .env.local and public/tonconnect-manifest.json files
yarn devyarn build