yarn
To 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.json
Start ngrok:
yarn ngrok
And put public url
from ngrok
to .env.local
and public/tonconnect-manifest.json
files
yarn dev
yarn build