Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 398 Bytes

BUILDING.md

File metadata and controls

14 lines (8 loc) · 398 Bytes

How to build grid-editor

Do NOT make changes to the files in the dist directory.

Instead, update the files in the src directory. Then install the dependencies:

  • npm install

From then on out, you can build the files in the dist directory by running:

  • npm run build

During development, you can also run npm run watch to automatically rebuild on changes.