Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 803 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 803 Bytes

Tiling Utility - PenPot Plugin

Note: The project is in code freeze from December 15th 2024 to late January 2025.

Developing

Install dependencies with npm install.

For building and launching a development server, do:

npm run build:dev

Due to building restrictions, hot reloading is NOT supported, builds need to be done manually!

Building

To create a production version of the plugin:

npm run build:prod

Upon push on main, the production build of the plugin will be deployed to Netlify. You can preview the production build with npm run preview.

Resources