Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 380 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 380 Bytes

Sandstone pack template

Generated pack is in generated branch.

To build the packs, run:

npm run build
// or
yarn build
// or
sand build

To automatically rebuild the packs on each change, run:

npm run watch
// or
yarn watch
// or
sand watch