A Sketch plugin to chat in Sketch Cloud files.
- Download the latest release of the plugin
- Un-zip
- Double-click on sketch-chat.sketchplugin
This plugin was created using skpm. For a detailed explanation on how things work, checkout the skpm Readme.
Install the dependencies
npm installOnce the installation is done, you can run some commands inside the project folder:
npm run buildTo watch for changes:
npm run watchThe backend is a nodeJS application deployed automatically on Heroku.
Install the dependencies
cd backend && npm install