Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 352 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 352 Bytes

# phosphojs contributing guide

phosphojs is implemented with typescript and use tsup to compile to javascript.

Setup

npm i

## Running examples scripts

npm run examples

Publishing the package

Follow the versioning rules of npm: https://docs.npmjs.com/about-semantic-versioning

npm run build
npm login
npm publish