Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 284 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 284 Bytes

e4628_attendance is a CLI tool for starting / ending work in e4628 with puppeteer.

How to setup

yarn
cp .env.sample .env
# Edit .env
vi .env

How to run

Start working

yarn start

End working

yarn end

How to develop

yarn watch