Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

trunkclub/autocap

Repository files navigation

Autocap

An app to help automate the creation of screenshot-based tutorials

To run

$ npm run dev

To package

$ npm run package

Note that packaging for Windows requires Wine 1.6+ if packaging on a non-Windows machine. Wine can be easily installed through apt, yum or brew.

MacOS
$ brew cask install xquartz
$ brew install wine
Debian-based Linux
$ sudo apt-get install wine
RedHat-based Linux
$ sudo yum install wine
Arch Linux
$ sudo pacman -S wine
Acknowledgements

Thanks to the original team at Trunk Club: @arnesaupe @jessefurmanek @jjyoon @oscillot @wSnarski @zperrault

Thanks to @migreyes for logo and design help.

And also thanks to @alexainslie for the inspiration for this app.