mathieudutour / sketch-chat

A Sketch plugin to chat in Sketch Cloud files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💬 sketch-chat

A Sketch plugin to chat in Sketch Cloud files.

demo

Installation

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on sketch-chat.sketchplugin

Development Guide

This plugin was created using skpm. For a detailed explanation on how things work, checkout the skpm Readme.

Sketch Plugin

Install the dependencies

npm install

Once the installation is done, you can run some commands inside the project folder:

npm run build

To watch for changes:

npm run watch

Backend

The backend is a nodeJS application deployed automatically on Heroku.

Install the dependencies

cd backend && npm install

About

A Sketch plugin to chat in Sketch Cloud files


Languages

Language:JavaScript 48.0%Language:CSS 38.8%Language:TypeScript 12.3%Language:HTML 0.8%Language:Procfile 0.1%