Simple app to buy and manage DNS items associated with Toncoin.
First, install ngrok
:
npm install ngrok -g
Or see other instaltion options.
Launch a static HTTP-server:
npx http-server -p 5500
Or use any other HTTP-server providers, e.g., live-server. There is also a VSCode Live Server extenstion.
Finally, start the ngrok
tunnel at the same port as in the previous step:
ngrok http 5500