-
Install dependencies package
npm installoryarn install -
Set login info
- Copy .env.example to .env
- Set your username and password in
.env
For NPM:
Command: npm run start or enter command npm run to list all options.
For NPM:
Command: yarn start or enter command yarn run to list all options.
Enter npm run start --help or yarn start --help to list argv.
-p, --punch [type]: [開發中] 指定特定的動作: 打卡, 休息, 請假
-d, --devtools: 開啟 devtool
-w, --watch: 察看 UI 介面
