项目作者: mathieudutour

项目描述 :
A Sketch plugin to chat in Sketch Cloud files
高级语言: JavaScript
项目地址: git://github.com/mathieudutour/sketch-chat.git
创建时间: 2019-10-17T22:00:16Z
项目社区:https://github.com/mathieudutour/sketch-chat

开源协议:

下载


💬 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

  1. npm install

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

  1. npm run build

To watch for changes:

  1. npm run watch

Backend

The backend is a nodeJS application deployed automatically on Heroku.

Install the dependencies

  1. cd backend && npm install