unisat-wallet / extension

The first open-source browser extension wallet for Bitcoin NFTs
Other
804 stars 306 forks source link

Readme.md does not specify how to enter the development environment #200

Open softwarecheng opened 1 month ago

softwarecheng commented 1 month ago

Try to study the source code and enter the development mode. Run the following command in the command line

yarn build:chrome:dev
...
webpack 5.75.0 compiled with 2 warnings in 11234 ms

At this point, it is in a waiting state. It is expected that you can see a 127.0.0.1:80 entry for debugging. Try to use chrome to load the decompressed extension and load the generated dist/chrome. But it prompts that there is an error. Unlike yarn build:chrome, it can be loaded.

GGG888GGG commented 1 month ago

@huanniangstudio