Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 447 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 447 Bytes

Setup

Make sure to install the dependencies

npm install
npm link-dep ## if you use local canvaskit

本地开发时可以指定一个存放 sketch 文件的目录。 创建 .env 文件并添加一行:

SKETCH_DIRS=path/to/your/sketch-files/

Development

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build