Quick start Captfencoder in Mac

Tools

Automator in mac
open automator,choose application,search shell on the top
paste image
then type

1
export PATH=$PATH:/path/to/npm/;cd /path/to/npm/apps ;npm start

Automator doesn’t know the path of npm, so it should be exported frist.
paste image