Skip to content
Hilbert Yi edited this page Apr 3, 2022 · 1 revision

🏴󠁧󠁢󠁥󠁮󠁧󠁿 1 Enter the root path in cmd

😭 I really don't know how to describe this step with Xiaobai. Maybe you can baidu directly?

⬇️ 2 Install dependency

# use nrm to change the npm mirror source
npm install nrm -g

# list the available source
nrm ls

# use taobao
nrm use taobao

# finally, npm install
npm install

Like what I said in README.md, I don't recommend using cnpm to avoid causing strange problems, especially because of the soft links of cnpm. If you think I'm wrong, you're right! A dui dui dui. 😆😆😆

🏃 3 Start!

npm start start.js

After that, you will see an qr-code in your cmd. Use the Wechat Application in your phone to scan it. Then you will see an iPad device try to login your account and that's right! 💖

Enjoy your time now! Let your friends send your wechat some messages!

Clone this wiki locally