A simple tool to create prototypes using framer.js for free and export apps to mac (like principle)
# clone the repo
git clone https://github.com/edkf/framer-export-mac-app.git
# go into the repository
cd framer-export-mac-app
# delete the .git folder
rm -rf .git
# install dependencies
npm install
npm run start
and write your code on app.coffee
run npm run build
and the file will be placed in framer-export-mac-app-darwin-x64 folder