tonkeeper / tonkeeper-web

Tonkeeper Web is a multi-platform open-source non-custodial TON crypto wallet and gateway to blockchain dApps
http://tonkeeper.com
Apache License 2.0
248 stars 98 forks source link

how to run the TonKeeper Web and debugger #10

Closed yoga1314 closed 11 months ago

yoga1314 commented 12 months ago

I build and success , it is nothing when I click the index

KuznetsovNikita commented 11 months ago

Hello @yoga1314 In case you would like to run web version locally, please run this commands:

yarn build:web - from the root of project, it would build units packages

cd apps/web - navigate to web app

REACT_APP_LOCALES=en yarn start - run app on localhost