微信机器人
node --version // >= v12.0.0
After cloning the repo, change current directory to repo's root folder:
RUN: yarn install
or npm install
RUN cp ./config/default.json ./config/local.json
.
Contact haoda to request following information.
- server host
- server port
- padlocal token
- server ca certification
Then fill them into local.json
.
local.json
has been ruled by .gitignore, credentials are safe to store.
RUN: yarn run dev
or npm run dev
RUN: yarn run build
or npm run build
RUN: yarn run start
or npm run start