Files
2026-07-13 13:22:52 +08:00

20 lines
277 B
Markdown

## Starting the dev server (for local development)
<pre>
npm run dev
</pre>
## Building the package
<pre>
npm run build
</pre>
## Publishing the package to npm
A new shapjs version can be published to [npm](https://www.npmjs.com/package/shapjs):
<pre>
npm run pub
</pre>