Before this part, make sure you have read getting start
- run
clone [email protected]:ant-design/antd-sketchapp.git
in cli - run
npm i
in cli - run
npm run watch
in cli to watch source code changes - run
npm run link
in cli to link current plugin to specific folder - Now you can find complete sketch-plugin in path
/plugin.sketchplugin
- Open Sketch.app and find the plugin called 'antd-sketchapp'
- Have fun 😁
Demo's source path:
- manifest:
/src/manifest.json
- entry:
/src/demo.js
- SKPM:Sketch Plugin Manager
- Sketch Devtools: See your plugin logs, inspect the state of Sketch documents, explore actions, and more